Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/x86/10.0: make.defaults
Date: Sun, 13 Feb 2011 18:10:20
Message-Id: 20110213180939.ED01720063@flycatcher.gentoo.org
1 arfrever 11/02/13 18:09:39
2
3 Modified: make.defaults
4 Log:
5 Avoid duplication of USE flags in hardened profiles.
6
7 Revision Changes Path
8 1.2 profiles/hardened/linux/x86/10.0/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 6 Aug 2009 07:58:35 -0000 1.1
21 +++ make.defaults 13 Feb 2011 18:09:39 -0000 1.2
22 @@ -1,8 +1,6 @@
23 -# Copyright 1999-2008 Gentoo Foundation.
24 +# Copyright 1999-2011 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults,v 1.1 2009/08/06 07:58:35 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults,v 1.2 2011/02/13 18:09:39 arfrever Exp $
28
29 # STAGE1_USE does not stack
30 STAGE1_USE="hardened nptl nptlonly pic"
31 -
32 -USE="-unicode"