Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream/files: icecream-create-env
Date: Thu, 23 Aug 2012 10:58:10
Message-Id: 20120823105755.AC4F62044D@flycatcher.gentoo.org
1 xarthisius 12/08/23 10:57:55
2
3 Modified: icecream-create-env
4 Log:
5 Update path to icecc-create-env wrt #399259, missed in previous commit
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-devel/icecream/files/icecream-create-env
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?r1=1.4&r2=1.5
15
16 Index: icecream-create-env
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/files/icecream-create-env,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- icecream-create-env 18 Sep 2010 10:24:22 -0000 1.4
23 +++ icecream-create-env 23 Aug 2012 10:57:55 -0000 1.5
24 @@ -2,7 +2,7 @@
25 #
26 # icecream-create-env - helper script to create icecc environments(mostly for cross-compiling)
27 #
28 -# Copyright 1999-2010 Gentoo Foundation
29 +# Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 #
32 # Please note, this script has been designed to work with Gentoo's crossdev, it may or may
33 @@ -50,12 +50,12 @@
34 target=`gcc -dumpmachine`
35 if [ "x${target}" = "x${prefix}" ]
36 then
37 - /usr/lib/icecc/icecc-create-env \
38 + /usr/libexec/icecc/icecc-create-env \
39 /usr/${prefix}/gcc-bin/${version}/gcc \
40 /usr/${prefix}/gcc-bin/${version}/g++ \
41 | tee ${tmpfile}
42 else
43 - /usr/lib/icecc/icecc-create-env \
44 + /usr/libexec/icecc/icecc-create-env \
45 /usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-gcc \
46 /usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-g++ \
47 | tee ${tmpfile}