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 1628 by niro, Tue Jan 10 15:37:22 2012 UTC revision 1629 by niro, Fri Jan 13 13:15:02 2012 UTC
# Line 148  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 148  WGET_FETCH_OPTIONS="--passive-ftp --trie
148  #          * resumes a build from the last successful step  #          * resumes a build from the last successful step
149  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
150  #          * For developers only  #          * For developers only
 #      stepbystep|!stepbystep  
 #          * Enables step-by-step execution of the smage-file for debugging  
 #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  
 #          * For developers only  
151  #      srcpkgbuild|!srcpkgbuild  #      srcpkgbuild|!srcpkgbuild
152  #          * Enable this to create source-tarballs on-the-fly when building packages  #          * Enable this to create source-tarballs on-the-fly when building packages
153  #          * For developers only  #          * For developers only
154  #      srcpkgtarball|!srcpkgtarball  #      srcpkgtarball|!srcpkgtarball
155  #          * let smage build the package from a src tarball .mpks  #          * Let smage build the package from a src tarball .mpks
156  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
157    #      static|!static
158    #          * Let mconfigure() enable or disable compilation of static libraries
159    #          * For developers only
160    #      stepbystep|!stepbystep
161    #          * Enables step-by-step execution of the smage-file for debugging
162    #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
163    #          * For developers only
164  #      strip|!strip  #      strip|!strip
165  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
166  #          * For developers only  #          * For developers only
# Line 166  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 169  WGET_FETCH_OPTIONS="--passive-ftp --trie
169  #  #
170  # 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
171  #  #
172  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!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" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1628  
changed lines
  Added in v.1629