[Erp5-report] r44710 luke - /erp5/trunk/buildout/software-profiles/gcc.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 29 11:20:30 CEST 2011


Author: luke
Date: Tue Mar 29 11:20:30 2011
New Revision: 44710

URL: http://svn.erp5.org?rev=44710&view=rev
Log:
 - run distclean too

Modified:
    erp5/trunk/buildout/software-profiles/gcc.cfg

Modified: erp5/trunk/buildout/software-profiles/gcc.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gcc.cfg?rev=44710&r1=44709&r2=44710&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Tue Mar 29 11:20:30 2011
@@ -66,7 +66,7 @@ depends =
 recipe = hexagonit.recipe.cmmi
 path = ${gcc-java-source:location}
 md5sum = bb3265edf0fa7543e50cedb93e04e427
-configure-command = make clean \\; ./configure
+configure-command = make clean \\; make distclean \\; ./configure
 # GMP does not correctly detect achitecture so it have to be given
 # as hexagonit.recipe.cmmi is using shell expansion in subproceses
 # backticks are working



More information about the Erp5-report mailing list