mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
Update.
* catgets/Makefile (tests): Add rules to run gencat on test1.msg. (generate): Add test1.cat and test1.h. (distribute): Add test1.msg.
This commit is contained in:
parent
a3b2008a2d
commit
646fffb981
@ -1,5 +1,9 @@
|
||||
1998-10-30 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* catgets/Makefile (tests): Add rules to run gencat on test1.msg.
|
||||
(generate): Add test1.cat and test1.h.
|
||||
(distribute): Add test1.msg.
|
||||
|
||||
* catgets/gencat.c: Do a better job in initializing dynamic
|
||||
memory [PR libc/844].
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
subdir := catgets
|
||||
|
||||
headers = nl_types.h
|
||||
distribute = catgetsinfo.h config.h xopen-msg.sed
|
||||
distribute = catgetsinfo.h config.h xopen-msg.sed test1.msg
|
||||
routines = catgets open_catalog
|
||||
others = gencat
|
||||
install-bin = gencat
|
||||
@ -41,12 +41,14 @@ $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o)
|
||||
CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:$(localedir)/%l/%N:$(localedir)/%l/LC_MESSAGES/%N:"' \
|
||||
-DHAVE_CONFIG_H $(CPPFLAGS)
|
||||
|
||||
generated = de.msg de.cat
|
||||
generated = de.msg de.cat test1.cat test1.h
|
||||
|
||||
ifneq ($(cross-compiling),yes)
|
||||
tests: $(objpfx)de.cat
|
||||
tests: $(objpfx)de.cat $(objpfx)test1.cat
|
||||
# This test just checks whether the program produces any error or not.
|
||||
# The result is not tested.
|
||||
$(objpfx)test1.cat: test1.msg $(objpfx)gencat
|
||||
$(built-program-cmd) -H $(objpfx)test1.h $@ $<
|
||||
$(objpfx)de.cat: $(objpfx)de.msg $(objpfx)gencat
|
||||
$(built-program-cmd) $@ $<
|
||||
|
||||
|
5
catgets/test1.msg
Normal file
5
catgets/test1.msg
Normal file
@ -0,0 +1,5 @@
|
||||
$set 10
|
||||
$quote "
|
||||
$ Poznámka
|
||||
Welcome Vítejte v testovacím programu
|
||||
Author Autor: Vladimir Michl
|
Loading…
Reference in New Issue
Block a user