--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:53:47 1554 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:58:02 1556 @@ -30,20 +30,12 @@ : ${MAGE_DISTRIBUTION="stable"} # Default options -PKGSUFFIX="mpk" VERBOSE="on" MAGEDEBUG="off" -ARCH="i686" : ${MAGE_UNINSTALL_TIMEOUT="3"} -PACKAGES_SERVER_PATH="packages/${ARCH}" - -# Default fetch options for rsync -RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after" - -# Default fetch options for wget -WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" # Arch specific options and build flags +ARCH="i686" CHOST="${ARCH}-pc-linux-gnu" CFLAGS="-mtune=${ARCH} -O2 -pipe" CXXFLAGS="${CFLAGS}" @@ -56,6 +48,13 @@ STRIP_DYN_BIN="--strip-all" STRIP_STATIC_LIB="--strip-debug" +# Extension defaults +# Do not modify these settings unless you know what you are doing +PKGSUFFIX="mpk" +SRCPKGSUFFIX="mpks" +MAGESUFFIX="mage" +SMAGESUFFIX="smage2" + # Distcc specific settings #DISTCC_HOSTS="" DISTCC_DIR="${BUILDDIR}/.distcc" @@ -70,6 +69,12 @@ KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable" RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs" +PACKAGES_SERVER_PATH="packages/${ARCH}" + +# Default fetch options for rsync +RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after" +# 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.