Author: justi9
Date: 2009-08-31 10:17:56 -0400 (Mon, 31 Aug 2009)
New Revision: 3596
Modified:
mgmt/trunk/parsley/Makefile
mgmt/trunk/rosemary/Makefile
mgmt/trunk/wooly/Makefile
Log:
Don't use the now removed python-compile wrapper
Modified: mgmt/trunk/parsley/Makefile
===================================================================
--- mgmt/trunk/parsley/Makefile 2009-08-31 14:17:22 UTC (rev 3595)
+++ mgmt/trunk/parsley/Makefile 2009-08-31 14:17:56 UTC (rev 3596)
@@ -6,7 +6,7 @@
lib := ${PYTHON_LIB_DIR}/${name}
build:
- ../bin/python-compile python
+ python -m compileall -x '/\.svn' -f python
install: build
install -d ${lib}
Modified: mgmt/trunk/rosemary/Makefile
===================================================================
--- mgmt/trunk/rosemary/Makefile 2009-08-31 14:17:22 UTC (rev 3595)
+++ mgmt/trunk/rosemary/Makefile 2009-08-31 14:17:56 UTC (rev 3596)
@@ -10,7 +10,7 @@
share := ${SHARE_DIR}/${name}
build:
- ../bin/python-compile python
+ python -m compileall -x '/\.svn' -f python
install: build
install -d ${lib}
Modified: mgmt/trunk/wooly/Makefile
===================================================================
--- mgmt/trunk/wooly/Makefile 2009-08-31 14:17:22 UTC (rev 3595)
+++ mgmt/trunk/wooly/Makefile 2009-08-31 14:17:56 UTC (rev 3596)
@@ -8,7 +8,7 @@
share := ${SHARE_DIR}/${name}
build:
- ../bin/python-compile python
+ python -m compileall -x '/\.svn' -f python
install: build
install -d ${lib}
Show replies by date