[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.7
Tres Seaver
tseaver at zope.com
Fri May 28 14:49:38 EDT 2004
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv2584/inst
Modified Files:
Tag: Zope-2_7-branch
Makefile.in
Log Message:
- Add Makefile target, 'distclean', which blows away remaining cruft.
=== Zope/inst/Makefile.in 1.14.2.6 => 1.14.2.7 ===
--- Zope/inst/Makefile.in:1.14.2.6 Wed May 12 14:02:43 2004
+++ Zope/inst/Makefile.in Fri May 28 14:49:36 2004
@@ -131,3 +131,8 @@
# clobber: Make the source tree 'pristine' again.
clobber: clean uninstance
+
+# distclean: Make the source tree *really* 'pristine' again.
+distclean: clobber
+ ${RM} makefile Makefile
+ ${RMRF} build-base
More information about the Zope-Checkins
mailing list