]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Feb 2003 23:19:31 +0000 (23:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Feb 2003 23:19:31 +0000 (23:19 +0000)
* catgets/Makefile: Add rules to run test2.msg test.
* catgets/test2.msg: New file.

ChangeLog
catgets/Makefile
catgets/test2.msg [new file with mode: 0644]
nptl/ChangeLog

index 2acce14141d76046ff919aef35277169c13a4529..ac61296143085dcbe57107ab5e800321f2fb307b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
        auto-assigned numbers and user-defined nubmers is not fatal.
        Handle it.
        Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
+       * catgets/Makefile: Add rules to run test2.msg test.
+       * catgets/test2.msg: New file.
 
        * catgets/gencat.c (main): Return 1 if messages have been printed.
 
index f3069bd2db1a5785740a4ace8679ac25d5991321..b2c15e7451e41e9fc59fb95c40770f0392fb0d7a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1996,1997,1998,1999,2000,2002 Free Software Foundation, Inc.
+# Copyright (C) 1996-2000, 2002, 2003 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -22,7 +22,7 @@
 subdir := catgets
 
 headers                = nl_types.h
-distribute     = catgetsinfo.h config.h xopen-msg.sed test1.msg \
+distribute     = catgetsinfo.h config.h xopen-msg.sed test1.msg test2.msg \
                  test-gencat.sh sample.SJIS
 routines       = catgets open_catalog
 others         = gencat
@@ -47,19 +47,25 @@ catgets-CPPFLAGS := -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%
 
 CPPFLAGS-gencat = -DNOT_IN_libc
 
-generated = de.msg test1.cat test1.h sample.SJIS.cat test-gencat.h
+generated = de.msg test1.cat test1.h test2.cat test2.h sample.SJIS.cat \
+           test-gencat.h
 generated-dirs = de
 
 tst-catgets-ENV = NLSPATH="$(objpfx)%l/%N.cat" LANG=de
 
 ifneq ($(cross-compiling),yes)
-tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test-gencat.out
+tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test2.cat \
+       $(objpfx)test-gencat.out
 # This test just checks whether the program produces any error or not.
 # The result is not tested.
 $(objpfx)test1.cat: test1.msg $(objpfx)gencat
        LC_ALL=hr_HR.ISO-8859-2 LOCPATH=$(common-objpfx)localedata \
        GCONV_PATH=$(common-objpfx)iconvdata \
        $(built-program-cmd) -H $(objpfx)test1.h $@ $<
+$(objpfx)test2.cat: test2.msg $(objpfx)gencat
+       LOCPATH=$(common-objpfx)localedata \
+       GCONV_PATH=$(common-objpfx)iconvdata \
+       $(built-program-cmd) -H $(objpfx)test2.h $@ $<
 $(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat
        $(make-target-directory)
        LC_ALL=de_DE.ISO-8859-1 LOCPATH=$(common-objpfx)localedata \
diff --git a/catgets/test2.msg b/catgets/test2.msg
new file mode 100644 (file)
index 0000000..be54e75
--- /dev/null
@@ -0,0 +1,8 @@
+$set 42
+$ Two messages with auto-assigned numbers.
+Number1 Auto-assigned #1
+Number2 Auto-assigned #2
+$ Three messages with explicitly assigned numbers.
+0 Explicitly assigned #1
+1 Explicitly assigned #2
+2 Explicitly assigned #3
index e5b2639294d7ad7136bb9a4cb5c0e063e09f23fb..7727fdf267f5b5ad7cec5d5fb4fdb9c88051ec11 100644 (file)
@@ -1,6 +1,6 @@
 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
 
-       * Makefile (before-compile): Add $(objpfx)banner.h.
+       * Makefile: Add dependency for $(objpfx)version.d.
 
        * eintr.c (eintr_source): Add unnecessary return but the compiler
        insists.