[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] Fix OPTION_EGLIBC_CATGETS
- To: EGLIBC Patches <patches@xxxxxxxxxx>
- Subject: [patches] Fix OPTION_EGLIBC_CATGETS
- From: Jim Blandy <jimb@xxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 01:46:04 -0800
This was the first option group I did; I don't think I ever took care
of updating the tests for it. These are some of the failures that are
blocking POSIX_C_LANG_WIDE_CHAR.
ChangeLog.eglibc:
2007-12-11 Jim Blandy <jimb@xxxxxxxxxxxxxxxx>
Fix testing with OPTION_EGLIBC_CATGETS disabled.
* catgets/Makefile (tests): Put de/libc.cat, test1.cat,
test2.cat, and test-gencat.out in the option group.
Index: catgets/Makefile
===================================================================
--- catgets/Makefile (revision 4499)
+++ catgets/Makefile (working copy)
@@ -56,8 +56,10 @@
tst-catgets-ENV = NLSPATH="$(objpfx)%l/%N.cat" LANG=de
# eglibc: ifneq ($(cross-compiling),yes)
+ifeq (y,$(OPTION_EGLIBC_CATGETS))
tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test2.cat \
$(objpfx)test-gencat.out
+endif
# This test just checks whether the program produces any error or not.
# The result is not tested.
$(objpfx)test1.cat: test1.msg $(objpfx)gencat