[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Make "make instance" and "make inplace" work again. "make inplace"

Philipp von Weitershausen philikon at philikon.de
Fri Nov 4 06:48:51 EST 2005


Log message for revision 39885:
  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).
  

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2005-11-04 10:24:10 UTC (rev 39884)
+++ Zope/trunk/inst/Makefile.in	2005-11-04 11:48:50 UTC (rev 39885)
@@ -54,14 +54,13 @@
 	@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)



More information about the Zope-Checkins mailing list