Rev 3561: (jam) Trivial make fix to use the variable PYTHON rather than plain in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Jul 18 00:00:00 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3561
revision-id:pqm at pqm.ubuntu.com-20080717225948-n84fbip5sl9n1mde
parent: pqm at pqm.ubuntu.com-20080717220108-mjcsi7zryl615o91
parent: john at arbash-meinel.com-20080717222850-v7myxoeo6ssh9ph2
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2008-07-17 23:59:48 +0100
message:
  (jam) Trivial make fix to use the variable PYTHON rather than plain
  	python
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 3557.1.3
    revision-id:john at arbash-meinel.com-20080717222850-v7myxoeo6ssh9ph2
    parent: john at arbash-meinel.com-20080717191137-cymzxjs4bj6as1vl
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: jam-integration
    timestamp: Thu 2008-07-17 17:28:50 -0500
    message:
      trivial tweak of Makefile to use the PYTHON variable
    modified:
      Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
=== modified file 'Makefile'
--- a/Makefile	2008-07-17 00:41:25 +0000
+++ b/Makefile	2008-07-17 22:28:50 +0000
@@ -179,7 +179,7 @@
 # win32 installer for bzr.exe
 installer: exe copy-docs
 	@echo *** Make windows installer
-	python tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
+	$(PYTHON) tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
 	iscc /Q tools/win32/bzr.iss
 
 # win32 Python's distutils-based installer




More information about the bazaar-commits mailing list