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/common-target remove 'common/' pre...



details:   https://anonhg.NetBSD.org/src/rev/2b3491c12204
branches:  trunk
changeset: 448542:2b3491c12204
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 05 04:45:07 2019 +0000

description:
remove 'common/' prefix from sources.

diffstat:

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

diffs (18 lines):

diff -r 5d65e201f1fa -r 2b3491c12204 external/gpl3/gcc/usr.bin/common-target/Makefile
--- a/external/gpl3/gcc/usr.bin/common-target/Makefile  Tue Feb 05 04:43:44 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/common-target/Makefile  Tue Feb 05 04:45:07 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2019/02/04 03:01:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.8 2019/02/05 04:45:07 mrg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -8,7 +8,7 @@
 LIB=           common-target
 
 .include "${.CURDIR}/arch/${GCC_MACHINE_ARCH}.mk"
-SRCS=          ${G_OBJS-libcommon-target:.o=.c}
+SRCS=          ${G_OBJS-libcommon-target:S/common\///:.o=.c}
 
 CPPFLAGS+=     -I${GCCARCH} -I${BACKENDOBJ} -I. \
                ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \



Home | Main Index | Thread Index | Old Index