Rev 1512: Use same python version for running setup.py and bzr. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Sat Aug 2 01:12:02 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1512
revision-id: jelmer at samba.org-20080802001159-na6ibzamszgnyo6p
parent: jelmer at samba.org-20080801235839-r2i3toew7cvu93l2
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-02 02:11:59 +0200
message:
  Use same python version for running setup.py and bzr.
modified:
  Makefile                       makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile	2008-06-27 13:11:47 +0000
+++ b/Makefile	2008-08-02 00:11:59 +0000
@@ -1,7 +1,7 @@
 DEBUGGER ?= 
 BZR ?= $(shell which bzr)
 PYTHON ?= $(shell which python)
-SETUP ?= ./setup.py
+SETUP ?= $(PYTHON) ./setup.py
 PYDOCTOR ?= pydoctor
 CTAGS ?= ctags
 PYLINT ?= pylint




More information about the bazaar-commits mailing list