MFC r295455

Fix make universe when running with non POSIX/C locales using a locale sensitive
pattern

Approved by:	re@ (gjb, marius)
This commit is contained in:
bapt 2016-02-16 22:37:24 +00:00
parent 221a97fa10
commit 86fa46c15a

View File

@ -482,7 +482,8 @@ _THINNER=cat
_THINNER=xargs grep -L "^.NO_UNIVERSE" || true
.endif
KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \
find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
find [[:upper:][:digit:]]*[[:upper:][:digit:]] \
-type f -maxdepth 0 \
! -name DEFAULTS ! -name NOTES | \
${_THINNER}
universe_kernconfs: