~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-02 15:39:06 UTC
  • mfrom: (4393.2.2 bzr.ls-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20090602153906-1q6bresxw669b34i
(Mattias Eriksson) Clear the terminal before outputing 'bzr ls'
        results.

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
224
225
        $(PYTHON) setup.py build_ext -i -f $(PYTHON_BUILDFLAGS)
225
226
        $(PYTHON) setup.py py2exe > py2exe.log
226
227
        $(PYTHON) tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe