~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Mattias Eriksson
  • Date: 2009-06-01 12:00:20 UTC
  • mto: This revision was merged to the branch mainline in revision 4398.
  • Revision ID: snaggen@acc.umu.se-20090601120020-9wr9pnqghiifwk2s
Clear the progress bar for cmd_ls before writing the output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
# make bzr.exe for win32 with py2exe
222
222
exe:
223
223
        @echo *** Make bzr.exe
224
 
        $(PYTHON) tools/win32/ostools.py remove bzrlib/*.pyd
225
224
        $(PYTHON) setup.py build_ext -i -f $(PYTHON_BUILDFLAGS)
226
225
        $(PYTHON) setup.py py2exe > py2exe.log
227
226
        $(PYTHON) tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe