Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: make.defaults parent
Date: Sat, 06 Jun 2009 03:54:59
Message-Id: E1MCmzh-0005JU-7I@stork.gentoo.org
1 solar 09/06/06 03:54:57
2
3 Added: make.defaults parent
4 Log:
5 Initial commit of prefix profiles on behalf of the prefix community
6
7 Revision Changes Path
8 1.1 profiles/prefix/linux/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/x86/make.defaults?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/x86/make.defaults?rev=1.1&content-type=text/plain
12
13 Index: make.defaults
14 ===================================================================
15 # Copyright 1999-2009 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.1 2009/06/06 03:54:57 solar Exp $
18
19 ARCH=x86
20 CHOST="i686-pc-linux-gnu"
21 # The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
22 ACCEPT_KEYWORDS="-x86 ~x86-linux"
23
24
25
26 1.1 profiles/prefix/linux/x86/parent
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/x86/parent?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/x86/parent?rev=1.1&content-type=text/plain
30
31 Index: parent
32 ===================================================================
33 ../../../default/linux/x86/2008.0
34 ..