--- trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/09 20:05:53 1613 +++ trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/09 20:13:34 1617 @@ -144,6 +144,10 @@ # * Automatically import packages in the mage-tree after building with smage # * The target mage-tree can be defined with the MAGE_TREE_DEST variable # * For developers only +# resume|!resume +# * 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 @@ -162,4 +166,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" "!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" )