summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-27 04:00:14 +0000
committerMike Frysinger <vapier@gentoo.org>2008-10-27 04:00:14 +0000
commitd76119984007af4a04427671a328c9ed869b09b7 (patch)
tree5581fc9e029b91df4cb6433ec4eed862a2cce253 /sys-devel/crossdev
parentFix building for arm. (diff)
downloadgentoo-2-d76119984007af4a04427671a328c9ed869b09b7.tar.gz
gentoo-2-d76119984007af4a04427671a328c9ed869b09b7.tar.bz2
gentoo-2-d76119984007af4a04427671a328c9ed869b09b7.zip
cleanup gcov as well
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 7720d01cdbd2..220c3e1f04ae 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.106 2008/10/26 11:39:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.107 2008/10/27 04:00:14 vapier Exp $
cd /
umask 0022 #159111
@@ -255,7 +255,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}++,cpp,gfortran}
+ rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran,gcov}
rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null
for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do
if [[ ! -d ${d} ]] ; then