Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits Use cp -pf r...



details:   https://anonhg.NetBSD.org/src/rev/c9a0dd4f5730
branches:  trunk
changeset: 327666:c9a0dd4f5730
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Mar 13 16:14:27 2014 +0000

description:
Use cp -pf rather than cp -p.

Otherwise, those with sources that are 444 encounter failures.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e4a408fb97f -r c9a0dd4f5730 external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Thu Mar 13 16:09:11 2014 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Thu Mar 13 16:14:27 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2014/03/02 04:31:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2014/03/13 16:14:27 gdt Exp $
 
 .include <bsd.own.mk>
 .include <bsd.init.mk>
@@ -52,7 +52,7 @@
 
 .for _h _s in ${COPYHEADERS}
 ${_h}: ${_s}
-       cp -p ${.ALLSRC} ${.TARGET}
+       cp -pf ${.ALLSRC} ${.TARGET}
 .endfor
 
 .PATH: ${.CURDIR}/../../arch/${GCC_MACHINE_ARCH} \



Home | Main Index | Thread Index | Old Index