Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

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

revision 1616 by niro, Mon Jan 9 20:05:53 2012 UTC revision 1617 by niro, Mon Jan 9 20:13:34 2012 UTC
# Line 144  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 144  WGET_FETCH_OPTIONS="--passive-ftp --trie
144  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
145  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable
146  #          * For developers only  #          * For developers only
147    #      resume|!resume
148    #          * resumes a build from the last successful step
149    #          * Do not touch this feature, for internal use only!!
150    #          * For developers only
151  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
152  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
153  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
# Line 162  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 166  WGET_FETCH_OPTIONS="--passive-ftp --trie
166  #  #
167  # To individually change these features within a smage file, you can use the msetfeature() function  # To individually change these features within a smage file, you can use the msetfeature() function
168  #  #
169  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1616  
changed lines
  Added in v.1617