~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2009-07-31 20:36:26 UTC
  • mto: This revision was merged to the branch mainline in revision 4592.
  • Revision ID: john@arbash-meinel.com-20090731203626-5mxbzxqzeus44zx9
Something about *** makes it print out all the files in the current dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
        buildout-templates/bin/build-installer.bat.in
237
237
 
238
238
installer-all:
239
 
        @echo *** Make all the installers from scratch
240
 
        # Build everything in a separate directory, which has an extra shared repo
241
 
        # The repo is there to make sure none of the fetches 'leak' into the local
242
 
        # shared repo
 
239
        @echo Make all the installers from scratch
 
240
        @# Build everything in a separate directory, to avoid cluttering the WT
243
241
        mkdir -p build-win32
244
242
        cd tools/win32 && $(PYTHON) ostools.py copytree $(BUILDOUT_FILES) ../../build-win32
245
243
        cd build-win32 && $(PYTHON) ../tools/win32/bootstrap.py