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/cc1 Remove (harmless) debug target...



details:   https://anonhg.NetBSD.org/src/rev/82648fe200ac
branches:  trunk
changeset: 794711:82648fe200ac
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Mar 22 19:52:21 2014 +0000

description:
Remove (harmless) debug target committed by accident.

Pointed out by Matthew Green in private e-mail.

diffstat:

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

diffs (16 lines):

diff -r 659258288094 -r 82648fe200ac external/gpl3/gcc/usr.bin/cc1/Makefile
--- a/external/gpl3/gcc/usr.bin/cc1/Makefile    Sat Mar 22 19:38:46 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/cc1/Makefile    Sat Mar 22 19:52:21 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/22 17:57:47 tron Exp $
+#      $NetBSD: Makefile,v 1.8 2014/03/22 19:52:21 tron Exp $
 
 PROG=          cc1
 SRCS=          ${G_C_OBJS:S,c-family/,,:S,c/,,:Nlibcpp.a:.o=.c} main.c ${PROG}-checksum.c
@@ -50,6 +50,3 @@
 
 .PATH: ${DIST}/gcc ${DIST}/gcc/c ${DIST}/gcc/c-family ${DIST}/gcc/config
 .PATH: ${G_out_file:H}
-
-gugu:
-       @echo ${COPTS}



Home | Main Index | Thread Index | Old Index