[Erp5-report] r30489 - /experimental/erp5.buildout-zope-2.12/trunk/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 10 19:01:18 CET 2009


Author: leonardo
Date: Tue Nov 10 19:01:12 2009
New Revision: 30489

URL: http://svn.erp5.org?rev=30489&view=rev
Log:
move Makefile comments to where they don't show up on output

Modified:
    experimental/erp5.buildout-zope-2.12/trunk/Makefile

Modified: experimental/erp5.buildout-zope-2.12/trunk/Makefile
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/Makefile?rev=30489&r1=30488&r2=30489&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/Makefile [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/Makefile [utf8] Tue Nov 10 19:01:12 2009
@@ -8,14 +8,14 @@
 actual_run_unit_test: erp5_xml 
 	edos-runtest --test-directory=`pwd` --file=erp5.xml -c erp5.cfg
 
+# XXX when the runUnitTest infrastructure is fixed, parts/unit_test
+# below will probably change, either to the instance part location or to the
+# runUnitTest part location
 clean_previous:
-	# XXX when the runUnitTest infrastructure is fixed, parts/unit_test
-	# below will probably change, either to the instance part location or to the
-	# runUnitTest part location
 	rm -rf $(SUITE_NAME)* parts/unit_test
 
+# When you need to force a full rebuild
 clean_all:
-	# When you need to force a full rebuild
 	rm -rf parts
 
 update_svn: bin/develop




More information about the Erp5-report mailing list