Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pdp10/conf Deprecate <sourcefile>_G now that conf/M...



details:   https://anonhg.NetBSD.org/src/rev/161797533754
branches:  trunk
changeset: 555428:161797533754
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Nov 17 09:41:19 2003 +0000

description:
Deprecate <sourcefile>_G now that conf/Makefile.kern.inc modifies
COPTS.<sourcefile> instead

diffstat:

 sys/arch/pdp10/conf/Makefile.pdp10 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f35673815055 -r 161797533754 sys/arch/pdp10/conf/Makefile.pdp10
--- a/sys/arch/pdp10/conf/Makefile.pdp10        Mon Nov 17 09:39:29 2003 +0000
+++ b/sys/arch/pdp10/conf/Makefile.pdp10        Mon Nov 17 09:41:19 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.pdp10,v 1.1 2003/08/19 10:49:57 ragge Exp $
+#      $NetBSD: Makefile.pdp10,v 1.2 2003/11/17 09:41:19 lukem Exp $
 
 # Makefile for NetBSD
 #
@@ -44,7 +44,7 @@
 MD_SFILES=     ${PDP10}/pdp10/locore.S
 MD_OBJS=       locore.o
 #XCFLAGS=      ${DEBUG} ${CWARNFLAGS} -ffreestanding 
-#NOOPT_C?=       ${CC} ${XCFLAGS} ${CPPFLAGS} ${${<:T:R}_G} ${PROF} -c $<
+#NOOPT_C?=       ${CC} ${XCFLAGS} ${CPPFLAGS} ${PROF} -c $<
 
 locore.o: ${PDP10}/pdp10/locore.S
        ${NORMAL_S}



Home | Main Index | Thread Index | Old Index