summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-28 01:47:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-28 01:47:04 +0000
commitd18fdf7cb53069acf98e93a152bd44d5b641210f (patch)
treebf931e5100d839567c94faf43aa59e7c8a98c67e /sys-devel/gcc-config
parentcp -> $CP rm -> $RM touch -> $TOUCH etc... #90643 (diff)
downloadgentoo-2-d18fdf7cb53069acf98e93a152bd44d5b641210f.tar.gz
gentoo-2-d18fdf7cb53069acf98e93a152bd44d5b641210f.tar.bz2
gentoo-2-d18fdf7cb53069acf98e93a152bd44d5b641210f.zip
cp -a -> cp -pP #90643
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'sys-devel/gcc-config')
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.3.104
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.3.84
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.4.04
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.10 b/sys-devel/gcc-config/files/gcc-config-1.3.10
index 7d5a47be833b..aca43670ec40 100755
--- a/sys-devel/gcc-config/files/gcc-config-1.3.10
+++ b/sys-devel/gcc-config/files/gcc-config-1.3.10
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 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.10,v 1.9 2005/04/28 01:44:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.10,v 1.10 2005/04/28 01:47:04 vapier Exp $
trap ":" INT QUIT TSTP
@@ -243,7 +243,7 @@ switch_profile() {
for gcclib in gcc_s unwind ; do
if [[ -e ${ROOT}/${LDPATH}/${multildir}/lib${gcclib}.so ]]; then
${RM} -f "${ROOT}/${libdir}"/lib${gcclib}.so*
- ${CP} -a "${ROOT}/${LDPATH}/${multilibdir}"/lib${gcclib}.so* "${ROOT}/${libdir}"/
+ ${CP} -pP "${ROOT}/${LDPATH}/${multilibdir}"/lib${gcclib}.so* "${ROOT}/${libdir}"/
fi
done
done
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.8 b/sys-devel/gcc-config/files/gcc-config-1.3.8
index 94fd161bee71..9746cf744e64 100755
--- a/sys-devel/gcc-config/files/gcc-config-1.3.8
+++ b/sys-devel/gcc-config/files/gcc-config-1.3.8
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 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.8,v 1.12 2005/04/28 01:44:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.8,v 1.13 2005/04/28 01:47:04 vapier Exp $
trap ":" INT QUIT TSTP
@@ -239,7 +239,7 @@ switch_profile() {
for gcclib in gcc_s unwind ; do
if [[ -e ${ROOT}/${LDPATH}/lib${gcclib}.so ]] ; then
${RM} -f "${ROOT}"/lib/lib${gcclib}.so*
- ${CP} -a "${ROOT}/${LDPATH}"/lib${gcclib}.so* "${ROOT}"/lib/
+ ${CP} -pP "${ROOT}/${LDPATH}"/lib${gcclib}.so* "${ROOT}"/lib/
fi
done
fi
diff --git a/sys-devel/gcc-config/files/gcc-config-1.4.0 b/sys-devel/gcc-config/files/gcc-config-1.4.0
index 4a503fb0f2f7..89200189ce48 100755
--- a/sys-devel/gcc-config/files/gcc-config-1.4.0
+++ b/sys-devel/gcc-config/files/gcc-config-1.4.0
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 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.4.0,v 1.11 2005/04/28 01:44:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.12 2005/04/28 01:47:04 vapier Exp $
trap ":" INT QUIT TSTP
@@ -295,7 +295,7 @@ switch_profile() {
for gcclib in gcc_s unwind ; do
if [[ -e ${ROOT}/${LDPATH}/${multildir}/lib${gcclib}.so ]]; then
${RM} -f "${ROOT}/${libdir}"/lib${gcclib}.so*
- ${CP} -a "${ROOT}/${LDPATH}"/${multilibdir}/lib${gcclib}.so* "${ROOT}/${libdir}"/
+ ${CP} -pP "${ROOT}/${LDPATH}"/${multilibdir}/lib${gcclib}.so* "${ROOT}/${libdir}"/
fi
done
done