Author: ian Date: Sat Dec 27 03:20:34 2014 New Revision: 276281 URL: https://svnweb.freebsd.org/changeset/base/276281
Log: MFC r265840: Eliminate spurious warnings when grep doesn't find NO_UNIVERSE Modified: stable/10/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/Makefile ============================================================================== --- stable/10/Makefile Sat Dec 27 03:19:04 2014 (r276280) +++ stable/10/Makefile Sat Dec 27 03:20:34 2014 (r276281) @@ -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 \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"