--- trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/09 19:49:50 1612 +++ trunk/mage/usr/lib/mage/mage.rc.global.in 2012/02/06 10:01:25 1677 @@ -44,6 +44,11 @@ LDFLAGS="-Wl,--as-needed" MAKEOPTS="-j2" +# cross-compile host +# set this only if you want to crosscompile +# you need also a cross-compile toolchain installed +#CTARGET="i486-pc-linux-gnu" + # Strip options STRIP_DYN_LIB="--strip-unneeded" STRIP_DYN_BIN="--strip-all" @@ -70,7 +75,7 @@ # Default mirrors and download options MIRRORS="http://magellan-linux.de/magellan" GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu" -SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge" +SOURCEFORGE_MIRRORS="http://downloads.sf.net http://garr.dl.sourceforge.net/sourceforge http://dfn.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge http://belnet.dl.sourceforge.net/sourceforge " GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/" 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" @@ -112,7 +117,7 @@ # * distcc must be installed to use this feature # * For developers only # kernelsrcunpack|!kernelsrcunpack -# * Automatically unpacks any kernel-sources tarballs to /usr/src +# * Automatically unpacks any kernel-source tarballs to /usr/src # libtool|!libtool # * Includes .la libtool archives in builded packages, to remove them set !libtool # * For developers only @@ -125,6 +130,10 @@ # * like virtuals and not to be a global feature. Use this with care. # * Only disable this feature, if you know what you are doing! # * For developers only +# pkgdistrotag|!pkgdistrotag +# * Appends the distribution codename-tag to the builded packages +# * Do not touch this feature, for internal use only!! +# * For developers only # purge|!purge # * Purges files specified by PURGE_TARGETS array from every package build # * Do not touch this feature if you don't know what you are doing @@ -139,16 +148,23 @@ # * 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 -# stepbystep|!stepbystep -# * Enables step-by-step execution of the smage-file for debugging -# * Currently for src_pepare(), src_compile(), src_check(), src_install() functions +# resume|!resume +# * resumes a build from the last successful step +# * Do not touch this feature, for internal use only!! # * For developers only # srcpkgbuild|!srcpkgbuild # * Enable this to create source-tarballs on-the-fly when building packages # * For developers only # srcpkgtarball|!srcpkgtarball -# * let smage build the package from a src tarball .mpks +# * Let smage build the package from a src tarball .mpks # * Do not touch this feature, for internal use 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 # strip|!strip # * Enables stripping to remove debugging symbols of resulting binaries # * For developers only @@ -157,4 +173,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" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )