From cc2dda3a51cdfdbc799d26f3dbb2fe06efb12ffa Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Aug 2006 05:54:00 +0000 Subject: make sure we dont leave $CTARGET-cc laying around since we no longer install it #143205 (Portage version: 2.1.1_pre4) --- sys-devel/gcc-config/files/gcc-config-1.3.13 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-devel/gcc-config') diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.13 b/sys-devel/gcc-config/files/gcc-config-1.3.13 index b123958ad9c1..7fa32021f64d 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.13 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.13 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.11 2006/07/05 23:36:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.12 2006/08/09 05:54:00 vapier Exp $ trap ":" INT QUIT TSTP @@ -287,6 +287,8 @@ switch_profile() { fi fi done + # legacy cruft, make sure we dont leave it laying around #143205 + ${RM} -f "${ROOT}/usr/bin/${CTARGET}-cc" # Only install cpp if switching to a native one if ! is_cross_compiler && [[ ${CTARGET} != *-solaris* ]] ; then ${RM} -f "${ROOT}/lib/cpp" -- cgit v1.2.3-65-gdbad