Commit f721e334 authored by Fred Drake's avatar Fred Drake

Make the in-place build a separate target.

parent a6d2a54e
...@@ -49,8 +49,10 @@ install: build ...@@ -49,8 +49,10 @@ install: build
@echo Zope binaries installed successfully. @echo Zope binaries installed successfully.
@echo Now run \'${PREFIX}/bin/mkzopeinstance\' @echo Now run \'${PREFIX}/bin/mkzopeinstance\'
instance: inplace:
${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} build_ext -i ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} build_ext -i
instance: inplace
${PYTHON} "${BASE_DIR}/bin/mkzopeinstance" . ${PYTHON} "${BASE_DIR}/bin/mkzopeinstance" .
# testinst makes an instance home in the build directory without asking # testinst makes an instance home in the build directory without asking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment