summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-30 03:49:09 +0000
committerpeter <peter@FreeBSD.org>2003-09-30 03:49:09 +0000
commit82efb81956c2f14ae8c228a3daf3252bbd2a6e0a (patch)
tree8b738638e84badd9092e9404e7abb63052276891
parent65f67e2b9c55e8aca1f8c2df7cab00e97a741994 (diff)
downloadFreeBSD-src-82efb81956c2f14ae8c228a3daf3252bbd2a6e0a.zip
FreeBSD-src-82efb81956c2f14ae8c228a3daf3252bbd2a6e0a.tar.gz
Stop this warning:
"Makefile", line 35: warning: "grep DDB opt_ddb.h" returned non-zero status
-rw-r--r--sys/conf/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index 8887992..b218b2b 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -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
OpenPOWER on IntegriCloud