aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-02-10 00:26:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-02-10 00:26:01 +0000
commitd29df4d0607394244f427c6783bf045f6e7445f2 (patch)
treef7279649355e2427539b2123c34a2105c49837bb /Makefile
parentbd5ca94caaae9536e7f2d2bee3a1deb5fe29e3ad (diff)
downloadsrc-d29df4d0607394244f427c6783bf045f6e7445f2.tar.gz
src-d29df4d0607394244f427c6783bf045f6e7445f2.zip
Fix make universe when running with non POSIX/C locales using a locale sensitive
pattern Reported by: many Submitted by: jilles
Notes
Notes: svn path=/head/; revision=295455
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbf14e9a8ecb..09d1c9b0e054 100644
--- a/Makefile
+++ b/Makefile
@@ -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: