[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.6
Fred L. Drake, Jr.
fred@zope.com
Wed, 26 Mar 2003 13:38:15 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv21335
Modified Files:
Makefile.in
Log Message:
Make the in-place build a separate target.
=== Zope/inst/Makefile.in 1.5 => 1.6 ===
--- Zope/inst/Makefile.in:1.5 Wed Mar 26 13:23:18 2003
+++ Zope/inst/Makefile.in Wed Mar 26 13:38:14 2003
@@ -49,8 +49,10 @@
@echo Zope binaries installed successfully.
@echo Now run \'${PREFIX}/bin/mkzopeinstance\'
-instance:
+inplace:
${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} build_ext -i
+
+instance: inplace
${PYTHON} "${BASE_DIR}/bin/mkzopeinstance" .
# testinst makes an instance home in the build directory without asking