summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-06-27 05:08:59 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-06-27 05:08:59 +0000
commitddc06e75d613d616a32e7568420c90f9120f0b96 (patch)
tree32c9f622b376821e20e111fc7107ee3117a1cb3f /profiles/build
parentfixo for PORTAGE_TMPDIR (diff)
downloadgentoo-2-ddc06e75d613d616a32e7568420c90f9120f0b96.tar.gz
gentoo-2-ddc06e75d613d616a32e7568420c90f9120f0b96.tar.bz2
gentoo-2-ddc06e75d613d616a32e7568420c90f9120f0b96.zip
removed a lot of unnecessary stuff
Diffstat (limited to 'profiles/build')
-rw-r--r--profiles/build/make.defaults34
1 files changed, 0 insertions, 34 deletions
diff --git a/profiles/build/make.defaults b/profiles/build/make.defaults
index 2a2bde173cf6..4e9fc9070a2b 100644
--- a/profiles/build/make.defaults
+++ b/profiles/build/make.defaults
@@ -1,43 +1,9 @@
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
-#proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
-#PROXY=freebox.gentoo.org:3128
-#HTTP_PROXY=
-#FTP_PROXY=
-GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/Linux"
-
# Host-type
CHOST=i486-pc-linux-gnu
-PORTAGE_TMPDIR=/tmp
-# Directory used for the build process
-BUILD_PREFIX=${PORTAGE_TMPDIR}/portage
-PKG_TMPDIR=${PORTAGE_TMPDIR}/portage-pkg
-
-PORTDIR=/usr/portage
-DISTDIR=${PORTDIR}/distfiles
-PKGDIR=${PORTDIR}/packages
-RPMDIR=${PORTDIR}/rpm
-CURRENTFILE=${PORTDIR}/current-packages.rc4
-PLATFORM=$CHOST
-
-# 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 \${x} -P \${DISTDIR}"
-#For Prozilla (really rocks):
-#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}"
-
-# Global configure options
-#USE="gnome bonobo gtk X qt kde qtmt motif mozilla"
-#USE="3dnow mmx sse mitshm"
-#USE="nas esd alsa lcms opengl"
-#USE="berkdb gdbm readline libg++ gpm tcpd slang libwww pam"
-#USE="nls"
-#USE="ssl postgres mysql ldap odbc"
-#USE="tex"
USE="build"
# C Compiler flags
CFLAGS="-m486 -march=i486 -O2"