Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/stand/boot Comment out -DBOOT_DEBUG.
details: https://anonhg.NetBSD.org/src/rev/1de26236f0df
branches: trunk
changeset: 479837:1de26236f0df
user: tsubai <tsubai%NetBSD.org@localhost>
date: Thu Dec 23 01:41:11 1999 +0000
description:
Comment out -DBOOT_DEBUG.
diffstat:
sys/arch/newsmips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 39c5e3676536 -r 1de26236f0df sys/arch/newsmips/stand/boot/Makefile
--- a/sys/arch/newsmips/stand/boot/Makefile Thu Dec 23 01:40:06 1999 +0000
+++ b/sys/arch/newsmips/stand/boot/Makefile Thu Dec 23 01:41:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/12/23 01:40:06 tsubai Exp $
+# $NetBSD: Makefile,v 1.6 1999/12/23 01:41:11 tsubai Exp $
S= ${.CURDIR}/../../../..
@@ -20,7 +20,7 @@
CFLAGS= -Os -G 0 -mno-abicalls -Wall
CPPFLAGS+= -DSUN_BOOTPARAMS
-CPPFLAGS+= -D_STANDALONE -DBOOT_DEBUG
+CPPFLAGS+= -D_STANDALONE #-DBOOT_DEBUG
CPPFLAGS+= -I${.CURDIR} -I${COMMON} -I${S}
AFLAGS= -D_LOCORE
Home |
Main Index |
Thread Index |
Old Index