--- trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/10 15:37:22 1619 +++ trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/13 13:15:02 1629 @@ -148,16 +148,19 @@ # * resumes a build from the last successful step # * Do not touch this feature, for internal use 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 # srcpkgbuild|!srcpkgbuild # * Enable this to create source-tarballs on-the-fly when building packages # * For developers only # srcpkgtarball|!srcpkgtarball -# * let smage build the package from a src tarball .mpks +# * Let smage build the package from a src tarball .mpks # * Do not touch this feature, for internal use only!! +# static|!static +# * Let mconfigure() enable or disable compilation of static libraries +# * 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 # strip|!strip # * Enables stripping to remove debugging symbols of resulting binaries # * For developers only @@ -166,4 +169,4 @@ # # To individually change these features within a smage file, you can use the msetfeature() function # -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" )