--- trunk/mage/etc/mage.rc.example 2012/01/13 18:20:13 1637 +++ trunk/mage/etc/mage.rc.example 2012/01/13 18:22:18 1638 @@ -63,13 +63,16 @@ # * 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 +# srcpkgbuild|!srcpkgbuild +# * Enable this to create source-tarballs on-the-fly when building packages +# * For developers 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 -# srcpkgbuild|!srcpkgbuild -# * Enable this to create source-tarballs on-the-fly when building packages -# * For developers only # strip|!strip # * Enables stripping to remove debugging symbols of resulting binaries # * For developers only