Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.sh

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

revision 496 by niro, Mon Apr 23 16:41:44 2007 UTC revision 497 by niro, Thu Jun 7 13:16:03 2007 UTC
# Line 4  Line 4 
4  # needs pkgbuild_dir (mage)  # needs pkgbuild_dir (mage)
5    
6  # SMAGE2  # SMAGE2
7  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.57 2007-04-23 16:41:44 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.58 2007-06-07 13:16:03 niro Exp $
8    
9  #01.10.2004  #01.10.2004
10  # added ccache support  # added ccache support
# Line 472  mpatch() Line 472  mpatch()
472   patch "${PATCHOPTS}" -i ${SOURCEDIR}/${PNAME}/${PATCHFILE}   patch "${PATCHOPTS}" -i ${SOURCEDIR}/${PNAME}/${PATCHFILE}
473  }  }
474    
475    mlibtoolize()
476    {
477     local opts="$@"
478     [[ -z ${opts} ]] && opts="--copy --force"
479    
480     libtoolize ${opts} || die "running: mlibtoolize ${opts}"
481    }
482    
483  minstalldocs()  minstalldocs()
484  {  {
# Line 656  build_mage_script() Line 663  build_mage_script()
663   > ${dest}   > ${dest}
664    
665   # header   # header
666   echo '# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.57 2007-04-23 16:41:44 niro Exp $' >> ${dest}   echo '# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.58 2007-06-07 13:16:03 niro Exp $' >> ${dest}
667   echo  >> ${dest}   echo  >> ${dest}
668    
669   # pgkname and state   # pgkname and state

Legend:
Removed from v.496  
changed lines
  Added in v.497