Make "make instance" and "make inplace" work again. "make inplace"

isn't quite the same anymore (it's just like "make" now and doesn't
install a whole software home into the sandbox; use "make instance"
instead).
parent ed1b380a
......@@ -54,14 +54,13 @@ install: version_txt
@echo Zope binaries installed successfully.
@echo Now run \'${PREFIX}/bin/mkzopeinstance.py\'
# inplace: Install a software home into to the source directory.
inplace: PREFIX=${BASE_DIR}
inplace: install
# inplace: Do an in-place build
inplace: build
# instance: Do an inplace build and create an instance home in the resulting
# software home.
instance: inplace
${PYTHON} "${BASE_DIR}/bin/mkzopeinstance.py" ${MKZ_FLAGS} \
instance: build
${PYTHON} "${BASE_DIR}/utilities/mkzopeinstance.py" ${MKZ_FLAGS} \
--dir="${BASE_DIR}"
# uninstance: Remove the instance files made by make instance (w/ prejudice)
......
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