Rev 4395: (bialix) Delete .pyd files before rebuilding them. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Jun 1 18:23:00 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4395
revision-id: pqm at pqm.ubuntu.com-20090601172255-dncn7ceeguhsw2k2
parent: pqm at pqm.ubuntu.com-20090601115923-dc69lgc44tj8mgc2
parent: bialix at ukr.net-20090528180338-olw1ccqk28afjhiz
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-06-01 18:22:55 +0100
message:
(bialix) Delete .pyd files before rebuilding them.
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
------------------------------------------------------------
revno: 4385.2.1
revision-id: bialix at ukr.net-20090528180338-olw1ccqk28afjhiz
parent: pqm at pqm.ubuntu.com-20090528085340-bfw8729wfm9kmfmd
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: make-exe
timestamp: Thu 2009-05-28 21:03:38 +0300
message:
Workaround for running `make exe` second time: remove all compiled extensions because they will be recompiled anyway.
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
=== modified file 'Makefile'
--- a/Makefile 2009-05-05 07:17:32 +0000
+++ b/Makefile 2009-05-28 18:03:38 +0000
@@ -221,6 +221,7 @@
# make bzr.exe for win32 with py2exe
exe:
@echo *** Make bzr.exe
+ $(PYTHON) tools/win32/ostools.py remove bzrlib/*.pyd
$(PYTHON) setup.py build_ext -i -f $(PYTHON_BUILDFLAGS)
$(PYTHON) setup.py py2exe > py2exe.log
$(PYTHON) tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe
More information about the bazaar-commits
mailing list