This is the mail archive of the libc-hacker@sources.redhat.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]

Patch for make clean



make clean missed some files, here's a patch.

I've installed it already,
Andreas

2000-09-20  Andreas Jaeger  <aj@suse.de>

	* iconvdata/Makefile (generated): Add tst-tables.out.

	* intl/Makefile	(generated): Add test output.

============================================================
Index: iconvdata/Makefile
--- iconvdata/Makefile	2000/09/13 09:08:16	1.83
+++ iconvdata/Makefile	2000/09/20 08:23:52
@@ -178,7 +178,8 @@
 		     $(gen-special-modules)
 
 generated = $(generated-modules:=.h) $(generated-modules:=.stmp) \
-	    iconv-test.out iconv-rules tst-loading.mtrace mtrace-tst-loading
+	    iconv-test.out iconv-rules tst-loading.mtrace	 \
+	    mtrace-tst-loading tst-tables.out
 ifdef objpfx
 generated += gconv-modules
 endif
============================================================
Index: intl/Makefile
--- intl/Makefile	2000/09/14 23:30:51	1.32
+++ intl/Makefile	2000/09/20 08:23:52
@@ -34,7 +34,7 @@
 
 install-others = $(inst_msgcatdir)/locale.alias
 
-generated = msgs.h
+generated = msgs.h mtrace-tst-gettext tst-gettext.mtrace
 generated-dirs := domaindir
 
 plural.c: plural.y

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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