Rev 4584: Something about *** makes it print out all the files in the current dir. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 31 21:36:54 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
------------------------------------------------------------
revno: 4584
revision-id: john at arbash-meinel.com-20090731203626-5mxbzxqzeus44zx9
parent: john at arbash-meinel.com-20090731195619-xabumey07q2w1fge
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-win32-buildbot
timestamp: Fri 2009-07-31 15:36:26 -0500
message:
Something about *** makes it print out all the files in the current dir.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile 2009-07-31 19:56:19 +0000
+++ b/Makefile 2009-07-31 20:36:26 +0000
@@ -236,10 +236,8 @@
buildout-templates/bin/build-installer.bat.in
installer-all:
- @echo *** Make all the installers from scratch
- # Build everything in a separate directory, which has an extra shared repo
- # The repo is there to make sure none of the fetches 'leak' into the local
- # shared repo
+ @echo Make all the installers from scratch
+ @# Build everything in a separate directory, to avoid cluttering the WT
mkdir -p build-win32
cd tools/win32 && $(PYTHON) ostools.py copytree $(BUILDOUT_FILES) ../../build-win32
cd build-win32 && $(PYTHON) ../tools/win32/bootstrap.py
More information about the bazaar-commits
mailing list