Disable DPRINTF().

This commit is contained in:
tsutsui 2000-04-13 14:19:57 +00:00
parent 18f9d539cc
commit 297d0a58b7
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2000/02/01 05:25:41 tsutsui Exp $
# $NetBSD: Makefile,v 1.5 2000/04/13 14:19:57 tsutsui Exp $
COMMON= ${.CURDIR}/../common
.ifnmake(print-objdir)
@ -22,7 +22,7 @@ S= ${.CURDIR}/../../../..
LDFLAGS= -x -N -Ttext 3e0000
CFLAGS= -Os -Wall
CPPFLAGS+= -D_STANDALONE -DBOOT_DEBUG
CPPFLAGS+= -D_STANDALONE # -DBOOT_DEBUG
CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S}
AFLAGS= -D_LOCORE

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/01/23 17:04:06 mycroft Exp $
# $NetBSD: Makefile,v 1.3 2000/04/13 14:19:58 tsutsui Exp $
COMMON= ${.CURDIR}/../common
.ifnmake(print-objdir)
@ -21,7 +21,7 @@ S= ${.CURDIR}/../../../..
LDFLAGS= -x -N -Ttext 0
CFLAGS= -Os -Wall
CPPFLAGS+= -D_STANDALONE -DBOOTXX_DEBUG
CPPFLAGS+= -D_STANDALONE # -DBOOTXX_DEBUG
CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S}
AFLAGS= -D_LOCORE