[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in - Add Makefile target, 'distclean', which blows away remaining cruft.

Tres Seaver tseaver at zope.com
Fri May 28 14:50:07 EDT 2004


Log message for revision 25095:
 - Add Makefile target, 'distclean', which blows away remaining cruft.


-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2004-05-28 18:40:42 UTC (rev 25094)
+++ Zope/trunk/inst/Makefile.in	2004-05-28 18:50:06 UTC (rev 25095)
@@ -128,3 +128,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