Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libsim Use -f with cp to cope with non...



details:   https://anonhg.NetBSD.org/src/rev/dbc992685072
branches:  trunk
changeset: 791115:dbc992685072
user:      gdt <gdt%NetBSD.org@localhost>
date:      Tue Nov 05 02:32:12 2013 +0000

description:
Use -f with cp to cope with nonwritable files in .

diffstat:

 external/gpl3/gdb/lib/libsim/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 3768881c283c -r dbc992685072 external/gpl3/gdb/lib/libsim/Makefile
--- a/external/gpl3/gdb/lib/libsim/Makefile     Tue Nov 05 01:50:30 2013 +0000
+++ b/external/gpl3/gdb/lib/libsim/Makefile     Tue Nov 05 02:32:12 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2013/08/04 23:41:43 matt Exp $
+#      $NetBSD: Makefile,v 1.3 2013/11/05 02:32:12 gdt Exp $
 
 LIBISPRIVATE=  yes
 NOGCCERROR=
@@ -202,11 +202,11 @@
 
 # misc. dependancies.
 filter_host.c: ${DIST}/sim/ppc/filter_filename.c
-       cp ${.ALLSRC} ${.TARGET}
+       cp -f ${.ALLSRC} ${.TARGET}
 filter_host.lo: ppc-config.h
 
 ppc-config.h: ${DIST}/sim/ppc/std-config.h
-       cp ${.ALLSRC} ${.TARGET}
+       cp -f ${.ALLSRC} ${.TARGET}
 DPSRCS+= ppc-config.h
 
 CLEANFILES+=   igen dgen gentmap *.lo \



Home | Main Index | Thread Index | Old Index