Magellan Linux

Diff of /trunk/include/mbuild.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9934 by niro, Sun Jan 15 00:02:09 2012 UTC revision 14373 by niro, Fri Dec 14 13:59:28 2012 UTC
# Line 9  mbuild_src_prepare() Line 9  mbuild_src_prepare()
9  mbuild_src_compile()  mbuild_src_compile()
10  {  {
11   cd ${SRCDIR}   cd ${SRCDIR}
12   mconfigure || die   if [[ -x ./configure ]]
13     then
14     mconfigure || die
15     else
16     echo "mbuild: No configure found, skipping!"
17     fi
18   mmake || die   mmake || die
19  }  }
20    

Legend:
Removed from v.9934  
changed lines
  Added in v.14373