Magellan Linux

Diff of /branches/mage-next/usr/lib/mage/mage.rc.global.in

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

revision 1649 by niro, Fri Jan 13 21:04:02 2012 UTC revision 2044 by niro, Fri Feb 1 10:26:33 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 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 117  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 117  WGET_FETCH_OPTIONS="--passive-ftp --trie
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  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
120  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
121  #      libtool|!libtool  #      libtool|!libtool
122  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
123  #          * For developers only  #          * For developers only
# Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie
126  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
127  #      pkgbuild|!pkgbuild  #      pkgbuild|!pkgbuild
128  #          * Enables or disables the package build process  #          * Enables or disables the package build process
129  #          * !buildpkg feature is only intended to be used for special-cases,  #          * !pkgbuild feature is only intended to be used for special-cases,
130  #          * 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.
131  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
132  #          * For developers only  #          * For developers only

Legend:
Removed from v.1649  
changed lines
  Added in v.2044