summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-12-27 03:20:34 +0000
committerian <ian@FreeBSD.org>2014-12-27 03:20:34 +0000
commit03177641a0a8c59393d9e27e2a7686bac7064c36 (patch)
tree4e55ba3d9caec11fb51621f89306f202baca6090 /Makefile
parent6c9b54c869088edab9c4bed15049c9e3aa3f99ae (diff)
downloadFreeBSD-src-03177641a0a8c59393d9e27e2a7686bac7064c36.zip
FreeBSD-src-03177641a0a8c59393d9e27e2a7686bac7064c36.tar.gz
MFC r265840: Eliminate spurious warnings when grep doesn't find NO_UNIVERSE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb7a506..78f3fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -476,7 +476,7 @@ TARGET!= uname -m
.if defined(MAKE_ALL_KERNELS)
_THINNER=cat
.else
-_THINNER=xargs grep -L "^.NO_UNIVERSE"
+_THINNER=xargs grep -L "^.NO_UNIVERSE" || true
.endif
KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \
find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
OpenPOWER on IntegriCloud