From 07f7fbf6de8fab3050b80fef40ed42d3dbd9c4d8 Mon Sep 17 00:00:00 2001 From: drepper Date: Thu, 24 Dec 1998 16:18:56 +0000 Subject: [PATCH] (charmaps): Split wildcard to avoid shell limits. --- localedata/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localedata/Makefile b/localedata/Makefile index 614e1355dc..d53d523c10 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -24,7 +24,8 @@ all: # Make this the default target; it will be defined in Rules. # List with all available character set descriptions. charmaps := $(filter-out $(addprefix charmaps/, CVS RCS %~), \ - $(wildcard charmaps/*)) + $(wildcard charmaps/[A-I]*) \ + $(wildcard charmaps/[J-Z]*)) # List with all available character set descriptions. locales := $(filter-out $(addprefix locales/, CVS RCS %~), \ -- 2.11.0