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

[commits] r1287 - in /branches/eglibc-2_5/libc: ChangeLog.eglibc Makerules



Author: jimb
Date: Thu Jan 25 14:48:57 2007
New Revision: 1287

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

Modified:
    branches/eglibc-2_5/libc/ChangeLog.eglibc
    branches/eglibc-2_5/libc/Makerules

Modified: branches/eglibc-2_5/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_5/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_5/libc/ChangeLog.eglibc Thu Jan 25 14:48:57 2007
@@ -1,3 +1,7 @@
+2007-01-25  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
+
+	* Makerules: Allow option groups to control xtests as well.
+
 2007-01-09  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	Backport from trunk:

Modified: branches/eglibc-2_5/libc/Makerules
==============================================================================
--- branches/eglibc-2_5/libc/Makerules (original)
+++ branches/eglibc-2_5/libc/Makerules Thu Jan 25 14:48:57 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)