Rev 77: How that one escaped the last commit is a mistery. in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Sep 21 13:49:15 BST 2009


At file:///home/vila/buildbot/bzr/

------------------------------------------------------------
revno: 77
revision-id: v.ladeuil+lp at free.fr-20090921124915-w30kxg7txfrd0cku
parent: v.ladeuil+lp at free.fr-20090919083912-98l6skkrzcdcu99w
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Mon 2009-09-21 14:49:15 +0200
message:
  How that one escaped the last commit is a mistery.
  
  * slaves/slave.mk:
  (PWD): Work around make strangeness (why isn't PWD imported as
  make variable like others ?)
-------------- next part --------------
=== modified file 'slaves/slave.mk'
--- a/slaves/slave.mk	2009-09-12 12:23:28 +0000
+++ b/slaves/slave.mk	2009-09-21 12:49:15 +0000
@@ -2,6 +2,7 @@
 
 # Set the environment common to all slaves.  This is included in
 # all slaves Makefile and can be overriden there if needed.
+export PWD = ${shell pwd}
 
 # Make sure we have some output by default for long operations
 export BZR_PROGRESS_BAR=text



More information about the bazaar-commits mailing list