Disable DPRINTF().
This commit is contained in:
parent
18f9d539cc
commit
297d0a58b7
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue