[MERGE] Trivial Makefile fix

Matthew D. Fuller fullermd at over-yonder.net
Tue Mar 20 22:55:05 GMT 2007


setup.py hasn't +x since bzr.dev:1996, so trying to ./setup.py in the
'clean' target is doomed to failure.  Trivial fix attached.


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
-------------- next part --------------
# Bazaar revision bundle v0.8
#
# message:
#   (trivial) Use 'python setup.py' instead of './setup.py'.
#   
# committer: Matthew Fuller <fullermd at over-yonder.net>
# date: Tue 2007-03-20 17:49:23.081000090 -0500

=== modified file Makefile
--- Makefile
+++ Makefile
@@ -19,7 +19,7 @@
 	pyflakes bzrlib | grep -v ' imported but unused'
 
 clean:
-	./setup.py clean
+	python setup.py clean
 	-find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
 	rm -rf test????.tmp
 

=== modified directory  // last-changed:fullermd at over-yonder.net-20070320224923
... -txgp33pfz6727duo
# revision id: fullermd at over-yonder.net-20070320224923-txgp33pfz6727duo
# sha1: 648b77e4a110667c75d9047ce6b8aea4796ea6f5
# inventory sha1: 474c1972d3f6dc4d8cd881ab7ac57ccd26144fce
# parent ids:
#   pqm at pqm.ubuntu.com-20070320222307-30c846e90ac18c65
# base id: pqm at pqm.ubuntu.com-20070320222307-30c846e90ac18c65
# properties:
#   branch-nick: mk-fix



More information about the bazaar mailing list