--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:58:02 1556 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:59:17 1557 @@ -34,6 +34,11 @@ MAGEDEBUG="off" : ${MAGE_UNINSTALL_TIMEOUT="3"} +# 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}" + # Arch specific options and build flags ARCH="i686" CHOST="${ARCH}-pc-linux-gnu" @@ -76,11 +81,6 @@ # Default fetch options for wget WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" -# 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