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

pattern

Reported by:	many
Submitted by:	jilles
This commit is contained in:
Baptiste Daroussin 2016-02-10 00:26:01 +00:00
parent bd5ca94caa
commit d29df4d060
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295455

View File

@ -466,7 +466,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: