From d29df4d0607394244f427c6783bf045f6e7445f2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 10 Feb 2016 00:26:01 +0000 Subject: [PATCH] Fix make universe when running with non POSIX/C locales using a locale sensitive pattern Reported by: many Submitted by: jilles --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: