From 86fa46c15af5130b6272a694771c1e24b02bc890 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 16 Feb 2016 22:37:24 +0000 Subject: [PATCH] MFC r295455 Fix make universe when running with non POSIX/C locales using a locale sensitive pattern Approved by: re@ (gjb, marius) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f39762dd58f1..21ba80030490 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: