[Zope3-checkins] CVS: Zope3 - Makefile:1.36.6.1
Chris McDonough
chrism at plope.com
Wed Jan 14 13:47:41 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv28558
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
Makefile
Log Message:
Create a "make debug" target which invokes the Python command prompt for a stock development setup.
=== Zope3/Makefile 1.36 => 1.36.6.1 ===
--- Zope3/Makefile:1.36 Thu Oct 30 03:15:30 2003
+++ Zope3/Makefile Wed Jan 14 13:47:40 2004
@@ -33,6 +33,11 @@
run: inplace
$(PYTHON) z3.py
+debug: principals.zcml
+ PYTHONPATH=`pwd`/src:$(PYTHONPATH) $(PYTHON) -i -c \
+ "from zope.app import Application;\
+ app = Application('Data.fs', 'site.zcml')()"
+
clean:
find . \( -name '*.o' -o -name '*.so' -o -name '*.py[co]' -o -name '*.dll' \) -exec rm -f {} \;
rm -rf build
More information about the Zope3-Checkins
mailing list