[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.14
Chris McDonough
chrism@zope.com
Sun, 5 Jan 2003 02:40:33 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv3286
Modified Files:
Tag: chrism-install-branch
Makefile.in
Log Message:
Make "make install" work properly by not linking "bin" in "hacklinks". Also make untestinst not remove Extensions directory.
=== Zope/inst/Makefile.in 1.1.2.13 => 1.1.2.14 ===
--- Zope/inst/Makefile.in:1.1.2.13 Fri Jan 3 10:32:19 2003
+++ Zope/inst/Makefile.in Sun Jan 5 02:40:30 2003
@@ -72,7 +72,6 @@
${LN} ../../Extensions . && \
${LN} ../../import . && \
${LN} ../../utilities . && \
- ${LN} ../../bin .
${CD} "${SKEL_DIR}/inst/skel" && \
${LN} ../../../../var .
@@ -112,7 +111,6 @@
# remove the instance files made with testinst (w/ prejudice)
untestinst:
${RMRF} "${BUILD_DIR}/bin"
- ${RMRF} "${BUILD_DIR}/Extensions"
${RMRF} "${BUILD_DIR}/etc"
${RMRF} "${BUILD_DIR}/Products"