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

[commits] r1288 - in /trunk/libc: ChangeLog.eglibc Makerules



Author: jimb
Date: Thu Jan 25 14:49:33 2007
New Revision: 1288

Log:
* Makerules: Allow option groups to control xtests as well.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/Makerules

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Thu Jan 25 14:49:33 2007
@@ -1,3 +1,7 @@
+2007-01-25  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
+
+	* Makerules: Allow option groups to control xtests as well.
+
 2006-12-26  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
 
         * option-groups.def, option-groups.defaults (OPTION_EGLIBC_LOCALES):

Modified: trunk/libc/Makerules
==============================================================================
--- trunk/libc/Makerules (original)
+++ trunk/libc/Makerules Thu Jan 25 14:49:33 2007
@@ -412,6 +412,7 @@
 install-sbin += $(install-sbin-y)
 extra-objs   += $(extra-objs-y)
 tests        += $(tests-y)
+xtests       += $(xtests-y)
 test-srcs    += $(test-srcs-y)