[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.21
Fred L. Drake, Jr.
fred@zope.com
Tue, 28 Jan 2003 13:50:01 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv7672
Modified Files:
Tag: chrism-install-branch
Makefile.in
Log Message:
- clean: remove unnecessary pattern from the find command
- clobber: new, more destructive target
=== Zope/inst/Makefile.in 1.1.2.20 => 1.1.2.21 ===
--- Zope/inst/Makefile.in:1.1.2.20 Tue Jan 28 12:41:22 2003
+++ Zope/inst/Makefile.in Tue Jan 28 13:49:59 2003
@@ -150,5 +150,9 @@
clean: rmlinks
${RM} "${BUILD_DIR}/build"
- ${FIND} "${BUILD_DIR}" -name '*.o' -o -name '*.so' -o -name \
+ ${FIND} "${BUILD_DIR}" -name '*.so' -o -name \
'*.py[co]' -o -name 'core*' | ${XARGS} rm -f
+
+clobber: clean
+ ${RMRF} bin/ etc/
+ ${RM} start stop inituser