[Checkins] SVN: Zope/branches/2.9/ Collector #2083: 'make clean' leaves turds.

Tres Seaver tseaver at palladion.com
Wed May 10 13:51:51 EDT 2006


Log message for revision 68084:
  Collector #2083: 'make clean' leaves turds.

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/inst/Makefile.in

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-05-10 17:45:07 UTC (rev 68083)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-05-10 17:51:50 UTC (rev 68084)
@@ -18,6 +18,8 @@
 
    Bugs fixed
 
+      - Collector #2083: 'make clean' leaves turds.
+
       - Collector #2082: 'make install' broken.
 
       - Collector #2081: 'make instance' forced inappropriate dir, credentials.

Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in	2006-05-10 17:45:07 UTC (rev 68083)
+++ Zope/branches/2.9/inst/Makefile.in	2006-05-10 17:51:50 UTC (rev 68084)
@@ -86,6 +86,7 @@
 clean:
 	${FIND} "${BASE_DIR}" \
          -name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM}
+	${RMRF} build
 
 # version_txt: create a version file in lib/python/version.txt
 version_txt:



More information about the Checkins mailing list