Bug 47908 - make clean doesn't work outside git repository
Summary: make clean doesn't work outside git repository
Status: RESOLVED FIXED
Alias: None
Product: Bustle
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Will Thompson
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 08:36 UTC by Chris Lamb
Modified: 2012-04-05 01:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Chris Lamb 2012-03-26 08:36:59 UTC
$ make clean
rm -f dist/build/bustle-pcap 
if test -d -x86_64; then rm -r -x86_64; fi
rm -f -x86_64.tar.bz2
rm: invalid option -- 'x'

This is because TARBALL_DIR is empty. Which is totally fine and I don't expect the "maintainer-binary-tarball" target to work but the clean target should be able to cope with this.
Comment 1 Will Thompson 2012-04-05 01:06:46 UTC
http://cgit.freedesktop.org/bustle/commit/?id=b08a784f6376310411c1eaefaf972de0826b62e6

This should do the job. You'll still get some exciting Git output but hey.

(This Makefile is not my finest work.)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.