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:
parent
221a97fa10
commit
86fa46c15a
3
Makefile
3
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user