Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/include Use -f with cp, for 444 so...



details:   https://anonhg.NetBSD.org/src/rev/b193fe91fba9
branches:  trunk
changeset: 327667:b193fe91fba9
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Mar 13 16:19:24 2014 +0000

description:
Use -f with cp, for 444 sources.

diffstat:

 external/gpl3/gcc/usr.bin/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9a0dd4f5730 -r b193fe91fba9 external/gpl3/gcc/usr.bin/include/Makefile
--- a/external/gpl3/gcc/usr.bin/include/Makefile        Thu Mar 13 16:14:27 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/include/Makefile        Thu Mar 13 16:19:24 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2014/03/01 10:00:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2014/03/13 16:19:24 gdt Exp $
 
 .include "../Makefile.inc"
 
@@ -15,7 +15,7 @@
 # XXX we should put this in gcc/config.gcc and regenerate the i386/x86
 # mknative files
 mm_malloc.h: ${DIST}/gcc/config/i386/pmm_malloc.h
-       cp $> ${.TARGET}
+       cp -f $> ${.TARGET}
 
 CLEANFILES+=   mm_malloc.h
 .endif



Home | Main Index | Thread Index | Old Index