Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/stand/common Remove (unused) -DBOOT_DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/1c61ee38801d
branches:  trunk
changeset: 503060:1c61ee38801d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Jan 30 12:48:34 2001 +0000

description:
Remove (unused) -DBOOT_DEBUG.

diffstat:

 sys/arch/news68k/stand/common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d84fd8394df0 -r 1c61ee38801d sys/arch/news68k/stand/common/Makefile
--- a/sys/arch/news68k/stand/common/Makefile    Tue Jan 30 12:42:43 2001 +0000
+++ b/sys/arch/news68k/stand/common/Makefile    Tue Jan 30 12:48:34 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/01/23 17:04:06 mycroft Exp $
+#      $NetBSD: Makefile,v 1.3 2001/01/30 12:48:34 tsutsui Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -6,7 +6,7 @@
 
 CFLAGS= -Os -Wall
 
-CPPFLAGS+= -D_STANDALONE -DBOOT_DEBUG
+CPPFLAGS+= -D_STANDALONE
 CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S} -I.
 AFLAGS= -D_LOCORE
 



Home | Main Index | Thread Index | Old Index