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:
parent
bd5ca94caa
commit
d29df4d060
3
Makefile
3
Makefile
@ -466,7 +466,8 @@ _THINNER=cat
|
|||||||
_THINNER=xargs grep -L "^.NO_UNIVERSE" || true
|
_THINNER=xargs grep -L "^.NO_UNIVERSE" || true
|
||||||
.endif
|
.endif
|
||||||
KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \
|
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 | \
|
! -name DEFAULTS ! -name NOTES | \
|
||||||
${_THINNER}
|
${_THINNER}
|
||||||
universe_kernconfs:
|
universe_kernconfs:
|
||||||
|
Loading…
Reference in New Issue
Block a user