Rev 2419: (robertc) Use 'python setup.py' instead of './setup.py' (Matthew Fuller) in http://people.ubuntu.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Mon Apr 16 04:26:35 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 2419
revision-id: robertc at robertcollins.net-20070416032630-2hsgzasuh7oej82u
parent: pqm at pqm.ubuntu.com-20070413174100-zpfqleaf5ph9ycx4
parent: fullermd at over-yonder.net-20070320224923-txgp33pfz6727duo
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Mon 2007-04-16 13:26:30 +1000
message:
  (robertc) Use 'python setup.py' instead of './setup.py' (Matthew Fuller)
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2366.2.1
    merged: fullermd at over-yonder.net-20070320224923-txgp33pfz6727duo
    parent: pqm at pqm.ubuntu.com-20070320222307-30c846e90ac18c65
    committer: Matthew Fuller <fullermd at over-yonder.net>
    branch nick: mk-fix
    timestamp: Tue 2007-03-20 17:49:23 -0500
    message:
      (trivial) Use 'python setup.py' instead of './setup.py'.
=== modified file 'Makefile'
--- a/Makefile	2007-04-11 08:09:06 +0000
+++ b/Makefile	2007-04-16 03:26:30 +0000
@@ -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
 



More information about the bazaar-commits mailing list