Magellan Linux

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

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

revision 635 by niro, Wed Nov 28 10:47:50 2007 UTC revision 833 by niro, Wed Apr 29 20:20:46 2009 UTC
# Line 362  mconfigure() Line 362  mconfigure()
362   ./configure \   ./configure \
363   --prefix=/usr \   --prefix=/usr \
364   --host=${CHOST} \   --host=${CHOST} \
365     --build=${CHOST} \
366   --mandir=/usr/share/man \   --mandir=/usr/share/man \
367   --infodir=/usr/share/info \   --infodir=/usr/share/info \
368   --datadir=/usr/share \   --datadir=/usr/share \
# Line 650  EOF Line 651  EOF
651  # special tags:  # special tags:
652  #   PKGTYPE               type of pkg  #   PKGTYPE               type of pkg
653  #   INHERITS              which functions get included  #   INHERITS              which functions get included
654  #   SPECIAL_FUNCTIONS     special functions wich should also be added  #   SPECIAL_FUNCTIONS     special functions which should also be added
655  #                         warning: they get killed before the build starts !  #                         warning: they get killed before the build starts !
656  #  #
657  #   MAGE_TREE_DEST        target destination of the generated tree  #   MAGE_TREE_DEST        target destination of the generated tree

Legend:
Removed from v.635  
changed lines
  Added in v.833