summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-02-16 22:37:24 +0000
committerbapt <bapt@FreeBSD.org>2016-02-16 22:37:24 +0000
commit86fa46c15af5130b6272a694771c1e24b02bc890 (patch)
tree0057fc162842fef624671df0c8abba470007bb80 /Makefile
parent221a97fa10ec668d02e3ab059f5d6136f88f6fac (diff)
downloadFreeBSD-src-86fa46c15af5130b6272a694771c1e24b02bc890.zip
FreeBSD-src-86fa46c15af5130b6272a694771c1e24b02bc890.tar.gz
MFC r295455
Fix make universe when running with non POSIX/C locales using a locale sensitive pattern Approved by: re@ (gjb, marius)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f39762d..21ba800 100644
--- a/Makefile
+++ b/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:
OpenPOWER on IntegriCloud