DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to
turn on tracing.
This commit is contained in:
parent
585e540203
commit
a7a88ab828
@ -5,7 +5,7 @@ SRCS= block.c inode.c sblock.c type.c
|
||||
INCS= libufs.h
|
||||
NOMAN= noman
|
||||
CFLAGS+= -I${.CURDIR} -D_LIBUFS
|
||||
.if defined(DEBUG)
|
||||
.if defined(LIBUFS_DEBUG)
|
||||
CFLAGS+= -D_LIBUFS_DEBUGGING
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user