Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.0 digest-gcc-config-1.4.0-r4
Date: Thu, 11 Oct 2007 05:58:51
Message-Id: E1IfqaT-0007e7-WF@stork.gentoo.org
1 vapier 07/10/11 05:27:57
2
3 Modified: gcc-config-1.4.0
4 Added: digest-gcc-config-1.4.0-r4
5 Log:
6 Make sure we dont create CTARGET-VER entries in env.d #195054.
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.23 sys-devel/gcc-config/files/gcc-config-1.4.0
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0?r1=1.22&r2=1.23
15
16 Index: gcc-config-1.4.0
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- gcc-config-1.4.0 7 Oct 2007 04:20:36 -0000 1.22
23 +++ gcc-config-1.4.0 11 Oct 2007 05:27:57 -0000 1.23
24 @@ -1,7 +1,7 @@
25 #!/bin/bash
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.22 2007/10/07 04:20:36 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.23 2007/10/11 05:27:57 vapier Exp $
30
31 trap ":" INT QUIT TSTP
32
33 @@ -265,7 +265,9 @@
34
35 # Punt old files
36 rm -f "${ENV_D}/05gcc"
37 + rm -f "${ENV_D}/05gcc-${CTARGET}"-*
38 rm -f "${GCC_ENV_D}/config"
39 + rm -f "${GCC_ENV_D}/config-${CTARGET}"-*
40 fi
41
42 # Find the bin wrapper
43 @@ -715,7 +717,9 @@
44 ${SET_X} && set -x
45
46 get_real_chost
47 -CTARGET=${CTARGET:-${CC_COMP:-${REAL_CHOST}}}
48 +[[ ${DOIT} == "get_current_profile" ]] \
49 + && CTARGET=${CTARGET:-${CC_COMP:-${REAL_CHOST}}} \
50 + || CTARGET=${CTARGET:-${REAL_CHOST}}
51
52 if [[ ${DOIT} == "switch_profile" ]] && [[ -z ${CC_COMP} ]] ; then
53 usage 1
54
55
56
57 1.1 sys-devel/gcc-config/files/digest-gcc-config-1.4.0-r4
58
59 <<Binary file>>
60
61
62 --
63 gentoo-commits@g.o mailing list