Log message for revision 68085:
  Forward port fix for #2083.

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2006-05-10 17:51:50 UTC (rev 68084)
+++ Zope/trunk/inst/Makefile.in 2006-05-10 17:52:21 UTC (rev 68085)
@@ -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:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to