As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --
I'm having bad luck with different parts of the sys tree being checked out at slightly different times. Back it out, noting it doesn't cause harm in any case. Tinderbox also makes these things more fun.
This commit is contained in:
parent
d46b52859a
commit
75504450a1
@ -80,9 +80,7 @@ CFLAGS+= -DKLD_MODULE
|
||||
_ICFLAGS:= ${CFLAGS:M-I*}
|
||||
CFLAGS+= -nostdinc -I- ${INCLMAGIC} ${_ICFLAGS}
|
||||
.if defined(KERNBUILDDIR)
|
||||
.for _optfile in global ddb
|
||||
CFLAGS+= -include ${KERNBUILDDIR}/opt_${_optfile}.h
|
||||
.endfor
|
||||
CFLAGS+= -include ${KERNBUILDDIR}/opt_global.h
|
||||
.endif
|
||||
|
||||
# Add -I paths for system headers. Individual KLD makefiles don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user