Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1617 by niro, Mon Jan 9 20:13:34 2012 UTC revision 1629 by niro, Fri Jan 13 13:15:02 2012 UTC
# Line 75  DISTCC_LOG="/var/log/distcc.log" Line 75  DISTCC_LOG="/var/log/distcc.log"
75  # Default mirrors and download options  # Default mirrors and download options
76  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
77  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
78  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"  SOURCEFORGE_MIRRORS="http://mesh.dl.sourceforge.net/sourceforge http://belnet.dl.sourceforge.net/sourceforge "
79  GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"  GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"
80  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
81  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
# Line 148  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 148  WGET_FETCH_OPTIONS="--passive-ftp --trie
148  #          * resumes a build from the last successful step  #          * resumes a build from the last successful step
149  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
150  #          * For developers only  #          * 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  
151  #      srcpkgbuild|!srcpkgbuild  #      srcpkgbuild|!srcpkgbuild
152  #          * Enable this to create source-tarballs on-the-fly when building packages  #          * Enable this to create source-tarballs on-the-fly when building packages
153  #          * For developers only  #          * For developers only
154  #      srcpkgtarball|!srcpkgtarball  #      srcpkgtarball|!srcpkgtarball
155  #          * let smage build the package from a src tarball .mpks  #          * Let smage build the package from a src tarball .mpks
156  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
157    #      static|!static
158    #          * Let mconfigure() enable or disable compilation of static libraries
159    #          * For developers only
160    #      stepbystep|!stepbystep
161    #          * Enables step-by-step execution of the smage-file for debugging
162    #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
163    #          * For developers only
164  #      strip|!strip  #      strip|!strip
165  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
166  #          * For developers only  #          * For developers only
# Line 166  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 169  WGET_FETCH_OPTIONS="--passive-ftp --trie
169  #  #
170  # To individually change these features within a smage file, you can use the msetfeature() function  # To individually change these features within a smage file, you can use the msetfeature() function
171  #  #
172  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1617  
changed lines
  Added in v.1629