This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make clean in glibc 2.2



Here're some small patches for make clean in glibc 2.2.

Andreas

2000-01-31  Andreas Jaeger  <aj@suse.de>

	* intl/Makefile (generated): msgs.h is generated.

	* localedata/Makefile (generated-dirs): Add de_DE.437.

============================================================
Index: intl/Makefile
--- intl/Makefile	2000/01/23 08:51:29	1.19
+++ intl/Makefile	2000/01/31 15:13:51
@@ -33,6 +33,8 @@
 
 install-others = $(inst_msgcatdir)/locale.alias
 
+generated = msgs.h
+
 plural.c: plural.y
 	$(YACC) $(YFLAGS) $@ $^
 ifeq ($(with-cvs),yes)
============================================================
Index: localedata/Makefile
--- localedata/Makefile	2000/01/08 01:06:14	1.33
+++ localedata/Makefile	2000/01/31 15:13:51
@@ -46,7 +46,8 @@
 				   $(addsuffix .def,$(ld-test-names)))
 
 generated := $(test-input) $(test-output)
-generated-dirs := $(basename $(test-input)) en_US $(ld-test-names) tt_TT
+generated-dirs := $(basename $(test-input)) en_US $(ld-test-names) tt_TT \
+		  de_DE.437
 
 distribute := CHECKSUMS README SUPPORTED ChangeLog			\
 	      $(charmaps) $(locales) $(repertoiremaps)			\

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]