diff options
author | 2006-08-27 18:09:06 +0000 | |
---|---|---|
committer | 2006-08-27 18:09:06 +0000 | |
commit | b6cbf5bd8adac2c11b061d99a7e67e7fd3b19fe0 (patch) | |
tree | fc9de93075bc5c3dede2283c7a5325284ea198ec /sys-devel/crossdev/files | |
parent | Now that we have moved binutils stuff, make sure the binaries can still be fo... (diff) | |
download | historical-b6cbf5bd8adac2c11b061d99a7e67e7fd3b19fe0.tar.gz historical-b6cbf5bd8adac2c11b061d99a7e67e7fd3b19fe0.tar.bz2 historical-b6cbf5bd8adac2c11b061d99a7e67e7fd3b19fe0.zip |
make sure we also clean out the cross-compiler cpp wrapper
Package-Manager: portage-2.1.1_rc1
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 46972f8444b0..26d59e019ba5 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -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/crossdev/files/crossdev,v 1.70 2006/08/21 01:46:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.71 2006/08/27 18:09:06 vapier Exp $ cd / @@ -258,7 +258,7 @@ uninstall() { rm -f /usr/bin/${CTARGET}-${b} /usr/${CTARGET}/bin/${b} done rm -f /usr/${CTARGET}/{sys-include,usr} - rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++} + rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp} rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do if [[ ! -d ${d} ]] ; then |