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 1619 by niro, Tue Jan 10 15:37:22 2012 UTC revision 2159 by niro, Wed Aug 14 07:55:29 2013 UTC
# Line 38  MAGE_TREE_DEST="${MAGEDIR}" Line 38  MAGE_TREE_DEST="${MAGEDIR}"
38    
39  # Arch specific options and build flags  # Arch specific options and build flags
40  ARCH="@@ARCH@@"  ARCH="@@ARCH@@"
41  CHOST="${ARCH}-pc-linux-gnu"  CHOST="@@ARCH@@-pc-linux-gnu"
42  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=@@MTUNE@@ -O2 -pipe"
43  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
# Line 55  STRIP_DYN_BIN="--strip-all" Line 55  STRIP_DYN_BIN="--strip-all"
55  STRIP_STATIC_LIB="--strip-debug"  STRIP_STATIC_LIB="--strip-debug"
56    
57  # Extension defaults  # Extension defaults
58  #  Do not modify these settings unless you know what you are doing  # Do not modify these settings unless you know what you are doing
59  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
60  SRCPKGSUFFIX="mpks"  SRCPKGSUFFIX="mpks"
61  MAGESUFFIX="mage"  MAGESUFFIX="mage"
# 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://mesh.dl.sourceforge.net/sourceforge http://belnet.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 "
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 116  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 116  WGET_FETCH_OPTIONS="--passive-ftp --trie
116  #          * Enable distcc support in smage  #          * Enable distcc support in smage
117  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
118  #          * For developers only  #          * For developers only
119    #      icecc|!icecc
120    #          * Enable icecc support in smage
121    #          * icecream must be installed to use this feature
122    #          * For developers only
123  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
124  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
125  #      libtool|!libtool  #      libtool|!libtool
126  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
127  #          * For developers only  #          * For developers only
# Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 130  WGET_FETCH_OPTIONS="--passive-ftp --trie
130  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
131  #      pkgbuild|!pkgbuild  #      pkgbuild|!pkgbuild
132  #          * Enables or disables the package build process  #          * Enables or disables the package build process
133  #          * !buildpkg feature is only intended to be used for special-cases,  #          * !pkgbuild feature is only intended to be used for special-cases,
134  #          * like virtuals and not to be a global feature. Use this with care.  #          * like virtuals and not to be a global feature. Use this with care.
135  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
136  #          * For developers only  #          * For developers only
137    #      pkgdistrotag|!pkgdistrotag
138    #          * Appends the distribution codename-tag to the builded packages
139    #          * Do not touch this feature, for internal use only!!
140    #          * For developers only
141  #      purge|!purge  #      purge|!purge
142  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
143  #          * Do not touch this feature if you don't know what you are doing  #          * Do not touch this feature if you don't know what you are doing
# Line 148  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 156  WGET_FETCH_OPTIONS="--passive-ftp --trie
156  #          * resumes a build from the last successful step  #          * resumes a build from the last successful step
157  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
158  #          * 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  
159  #      srcpkgbuild|!srcpkgbuild  #      srcpkgbuild|!srcpkgbuild
160  #          * Enable this to create source-tarballs on-the-fly when building packages  #          * Enable this to create source-tarballs on-the-fly when building packages
161  #          * For developers only  #          * For developers only
162  #      srcpkgtarball|!srcpkgtarball  #      srcpkgtarball|!srcpkgtarball
163  #          * let smage build the package from a src tarball .mpks  #          * Let smage build the package from a src tarball .mpks
164  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
165    #      static|!static
166    #          * Let mconfigure() enable or disable compilation of static libraries
167    #          * For developers only
168    #      stepbystep|!stepbystep
169    #          * Enables step-by-step execution of the smage-file for debugging
170    #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
171    #          * For developers only
172  #      strip|!strip  #      strip|!strip
173  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
174  #          * For developers only  #          * For developers only
# Line 166  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 177  WGET_FETCH_OPTIONS="--passive-ftp --trie
177  #  #
178  # 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
179  #  #
180  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" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1619  
changed lines
  Added in v.2159