diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-30 06:30:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-30 06:30:59 +0000 |
commit | ed0fed36b6d33edb724af20b53ec63960f6e92d8 (patch) | |
tree | ab5372aefeb4a4de4d03f6d23b7ce68aa4d04b2d /cnf | |
parent | sync fixes for GENTOO_MIRRORS and FETCHCOMMAND, and fix Copyright header (diff) | |
download | portage-cvs-ed0fed36b6d33edb724af20b53ec63960f6e92d8.tar.gz portage-cvs-ed0fed36b6d33edb724af20b53ec63960f6e92d8.tar.bz2 portage-cvs-ed0fed36b6d33edb724af20b53ec63960f6e92d8.zip |
s390 make.globals
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals.s390 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/cnf/make.globals.s390 b/cnf/make.globals.s390 new file mode 100644 index 0000000..fba9481 --- /dev/null +++ b/cnf/make.globals.s390 @@ -0,0 +1,72 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.globals.s390,v 1.1 2004/09/30 06:30:59 vapier Exp $ +# System-wide defaults for the Portage system + +# ***************************** +# ** DO NOT EDIT THIS FILE ** +# *************************************************** +# **** CHANGES TO make.conf *OVERRIDE* THIS FILE **** +# *************************************************** +# ** Incremental Variables Accumulate Across Files ** +# ** USE, CONFIG_*, and FEATURES are incremental ** +# *************************************************** + +GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" +SYNC="rsync://rsync.gentoo.org/gentoo-portage" +# Host-type +CHOST=s390-ibm-linux-gnu +PORTAGE_TMPDIR=/var/tmp + +PORTDIR=/usr/portage +DISTDIR=${PORTDIR}/distfiles +PKGDIR=${PORTDIR}/packages +RPMDIR=${PORTDIR}/rpm +CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" +CONFIG_PROTECT_MASK="/etc/gconf" + +# Options passed to make during the build process +MAKEOPTS="-j2" + +# Fetching command (5 tries, passive ftp for firewall compatibility) +FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}" +RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}" + +CFLAGS="-O2 -pipe" +CXXFLAGS=${CFLAGS} + +# Debug build -- if defined, binaries won't be stripped +#DEBUGBUILD=true + +# Default maintainer options +#FEATURES="digest sandbox noclean noauto buildpkg usersandbox" +# Default user options +FEATURES="sandbox distlocks ccache autoaddcvs" + +# By default output colored text where possible, set to "true" to output only +#black&white text +NOCOLOR="false" + +PORTAGE_BINHOST_CHUNKSIZE="3000" +USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS" + +# By default wait 5 secs before cleaning a package +CLEAN_DELAY="5" +# Set to yes automatically run "emerge clean" after each merge +# Important, as without this you may experience missing symlinks when +# downgrading libraries during a batch (world/system) update. +AUTOCLEAN="yes" + +# Number of times 'emerge rsync' will run before giving up. +RSYNC_RETRIES="3" +# Number of seconds rsync will wait before timing out. +RSYNC_TIMEOUT="180" + +# ***************************** +# ** DO NOT EDIT THIS FILE ** +# *************************************************** +# **** CHANGES TO make.conf *OVERRIDE* THIS FILE **** +# *************************************************** +# ** Incremental Variables Accumulate Across Files ** +# ** USE, CONFIG_*, and FEATURES are incremental ** +# *************************************************** |