Magellan Linux

Diff of /trunk/include/multilib.sminc

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

revision 11525 by niro, Mon Mar 12 15:23:01 2012 UTC revision 11547 by niro, Mon Mar 12 21:05:18 2012 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2  # multilib abis  # multilib abis
3    
4    # tell the buildsystem that we are doing a multilib build
5    export MULTILIB_BUILD="true"
6    
7  # be verbose or nor (true|false}  # be verbose or nor (true|false}
8  : ${MULTILIB_VERBOSE="true"}  : ${MULTILIB_VERBOSE="true"}
9    
# Line 267  cmake_configure() Line 270  cmake_configure()
270   for abi in ${abis_to_run}   for abi in ${abis_to_run}
271   do   do
272   SRCDIR="${saved_SRCDIR}-${abi}"   SRCDIR="${saved_SRCDIR}-${abi}"
273   cd ${SRCDIR}-${abi}/${SRCSUBDIR}   cd ${SRCDIR}/${SRCSUBDIR}
274   abi-${abi} oldcmake_configure $@ || die   abi-${abi} oldcmake_configure $@ || die
275   done   done
276   # restore SRCDIR   # restore SRCDIR

Legend:
Removed from v.11525  
changed lines
  Added in v.11547