Cleaning up the hardened profile (#163991 thanks to Jakub), removing the PKGDIR and...
authorChristian Heim <phreak@gentoo.org>
Sun, 28 Jan 2007 17:20:18 +0000 (17:20 +0000)
committerChristian Heim <phreak@gentoo.org>
Sun, 28 Jan 2007 17:20:18 +0000 (17:20 +0000)
profiles/hardened/ppc/make.defaults
profiles/hardened/ppc64/make.defaults
profiles/hardened/x86/make.defaults

index 15b1d4f2d751391b43c68bbc5aae0bcf63e6e2a9..9be455ceb75525597ce52ff03ed8e417ee9d27d3 100644 (file)
@@ -1,13 +1,11 @@
 # Copyright 2005 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.5 2007/01/20 14:21:41 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.6 2007/01/28 17:20:18 phreak Exp $
 
 ARCH="ppc"
 ACCEPT_KEYWORDS="${ARCH}"
 GRP_STAGE23_USE="${ARCH} berkdb crypt dlloader hardened nls pam pic readline ssl tcpd zlib"
 USE="${ARCH} dlloader ${GRP_STAGE23_USE}"
-PORTDIR=/usr/portage/
-PKGDIR=${PORTDIR}/packages/${ARCH}/
 
 # ppc
 CHOST="powerpc-unknown-linux-gnu"
index 236747db1d35772174f045b2a668b9048ecc9ea8..0f4de9e291c72154f22f9b7a35c3804af0308e3e 100644 (file)
@@ -1,12 +1,10 @@
 # Copyright 2005 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.6 2007/01/20 14:21:41 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.7 2007/01/28 17:20:18 phreak Exp $
 
 ARCH="ppc64"
 ACCEPT_KEYWORDS="${ARCH}"
 USE="${ARCH} berkdb crypt dlloader hardened pam pic readline ssl zlib"
-PORTDIR=/usr/portage/
-PKGDIR=${PORTDIR}/packages/${ARCH}/
 
 # ppc64
 CHOST="powerpc64-unknown-linux-gnu"
index 3db3f29fa09bd31e6a2976aa747295cd32942bc1..4ad2ef1a01c49ccd57755f03055b1192bee57df2 100644 (file)
@@ -1,17 +1,13 @@
 # Copyright 1999-2004 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.13 2007/01/20 14:21:41 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.14 2007/01/28 17:20:18 phreak Exp $
 
 ARCH="x86"
 ACCEPT_KEYWORDS="${ARCH}"
 USE="${ARCH} berkdb crypt dlloader hardened ncurses nls pam pic readline ssl tcpd zlib"
 GRP_STAGE23_USE="${ARCH} ${USE}"
-PORTDIR=/usr/portage/
-PKGDIR=${PORTDIR}/packages/${ARCH}/
 
 # x86
 CHOST="i386-pc-linux-gnu"
 CFLAGS="-O2 -mcpu=i386 -pipe -fforce-addr"
 CXXFLAGS="${CFLAGS}"
-
-