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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 28 18:32:15 CEST 2011


Author: luke
Date: Mon Mar 28 18:32:14 2011
New Revision: 44684

URL: http://svn.erp5.org?rev=44684&view=rev
Log:
 - escape characters to have make call and configure call

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=44684&r1=44683&r2=44684&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Mon Mar 28 18:32:14 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 \\; ./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