Rev 1744: Review feedback. in file:///home/robertc/source/baz/pyrex/
Robert Collins
robertc at robertcollins.net
Mon Apr 23 03:21:15 BST 2007
At file:///home/robertc/source/baz/pyrex/
------------------------------------------------------------
revno: 1744
revision-id: robertc at robertcollins.net-20070423022112-7nnzyf20z3od273b
parent: robertc at robertcollins.net-20070311233427-z8skxqrx8shqy1de
committer: Robert Collins <robertc at robertcollins.net>
branch nick: pyrex
timestamp: Mon 2007-04-23 12:21:12 +1000
message:
Review feedback.
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
=== modified file 'Makefile'
--- a/Makefile 2007-03-08 04:06:06 +0000
+++ b/Makefile 2007-04-23 02:21:12 +0000
@@ -1,4 +1,6 @@
-all:
+all: extensions
+
+extensions:
@echo "building extension modules."
./setup.py build_ext -i
@@ -25,7 +27,7 @@
-find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
rm -rf test????.tmp
-.PHONY: all
+.PHONY: all extensions
# build emacs cross-reference
More information about the bazaar-commits
mailing list