From 43ca232fa70169664c66cfa3cc7b7a18839a57bf Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 27 Dec 2014 03:20:34 +0000 Subject: [PATCH] MFC r265840: Eliminate spurious warnings when grep doesn't find NO_UNIVERSE git-svn-id: svn://svn.freebsd.org/base/stable/10@276281 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb7a50675..78f3fc14c 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 \ -- 2.45.0