Stop this warning:
"Makefile", line 35: warning: "grep DDB opt_ddb.h" returned non-zero status
This commit is contained in:
parent
c753166c6a
commit
00f553ed0c
@ -31,7 +31,7 @@ S= ../../..
|
||||
.endif
|
||||
.include "$S/conf/kern.pre.mk"
|
||||
|
||||
DDB_ENABLED!= grep DDB opt_ddb.h
|
||||
DDB_ENABLED!= grep DDB opt_ddb.h || true
|
||||
.if ${DDB_ENABLED} != ""
|
||||
CFLAGS+= -fno-omit-frame-pointer
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user