From: Ulrich Drepper Date: Fri, 18 Jun 1999 19:05:40 +0000 (+0000) Subject: (charmaps): Exclude SCCS. X-Git-Tag: cvs/glibc_2-1-2~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01bc6d525bd7d139a99d960545c1686ab46e9a9e;p=thirdparty%2Fglibc.git (charmaps): Exclude SCCS. (locales): Likewise. (repertoiremaps): Likewise. --- diff --git a/localedata/Makefile b/localedata/Makefile index f4260cbeaf1..f6996473f94 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -23,16 +23,16 @@ subdir := localedata 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 %~), \ +charmaps := $(filter-out $(addprefix charmaps/, CVS RCS SCCS %~), \ $(wildcard charmaps/[A-I]*) \ $(wildcard charmaps/[J-Z]*)) # List with all available character set descriptions. -locales := $(filter-out $(addprefix locales/, CVS RCS %~), \ +locales := $(filter-out $(addprefix locales/, CVS RCS SCCS %~), \ $(wildcard locales/*)) # List of repertoire maps. -repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS %~), \ +repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS SCCS %~), \ $(wildcard repertoiremaps/*)) test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch