[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r4500 - in /trunk/libc: ChangeLog.eglibc catgets/Makefile



Author: jimb
Date: Tue Dec 11 01:20:56 2007
New Revision: 4500

Log:
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.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/catgets/Makefile

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Tue Dec 11 01:20:56 2007
@@ -1,3 +1,9 @@
+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.
+
 2007-11-29  Sandra Loosemore  <sandra@xxxxxxxxxxxxxxxx>
 
 	Allow building EGLIBC with -Os.

Modified: trunk/libc/catgets/Makefile
==============================================================================
--- trunk/libc/catgets/Makefile (original)
+++ trunk/libc/catgets/Makefile Tue Dec 11 01:20:56 2007
@@ -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