Bug 47908

Summary: make clean doesn't work outside git repository
Product: Bustle Reporter: Chris Lamb <lamby>
Component: GeneralAssignee: Will Thompson <will>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.