--- trunk/mage/etc/mage.rc.example 2006/12/29 22:42:22 403 +++ trunk/mage/etc/mage.rc.example 2006/12/29 22:47:14 404 @@ -48,3 +48,11 @@ # how many jobs will be compiled at the same time. # please set this value twice to your numbers of cpus. #MAKEOPTS=-j2 + +# enables on-the-fly regeneration of the mage tree via smage2 files. +# MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR. +#REGEN_MAGE_TREE=true +#MAGE_TREE_DEST="${MAGEDIR}" + +# creates on-the-fly source-tarballs when building packages with smage2 +#CREATE_SRC_PKG_TARBALL=true