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

[Commits] r22598 - in /fsf/trunk/libc: ChangeLog posix/Makefile



Author: eglibc
Date: Sun Mar 10 00:02:11 2013
New Revision: 22598

Log:
Import glibc-mainline for 2013-03-10

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/posix/Makefile

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Mar 10 00:02:11 2013
@@ -1,3 +1,8 @@
+2013-03-08  Paul Pluzhnikov  <ppluzhnikov@xxxxxxxxxx>
+
+	* posix/Makefile (testcases.h): Set LC_ALL=C before sed.
+	(ptestcases.h): Likewise.
+
 2013-03-08  Roland McGrath  <roland@xxxxxxxxxxxxx>
 
 	* Makeconfig ($(common-objpfx)config.status): Depend on

Modified: fsf/trunk/libc/posix/Makefile
==============================================================================
--- fsf/trunk/libc/posix/Makefile (original)
+++ fsf/trunk/libc/posix/Makefile Sun Mar 10 00:02:11 2013
@@ -210,11 +210,11 @@
 tst-execvp3-ARGS = --test-dir=$(objpfx)
 
 testcases.h: TESTS TESTS2C.sed
-	sed -f TESTS2C.sed < $< > $@T
+	LC_ALL=C sed -f TESTS2C.sed < $< > $@T
 	mv -f $@T $@
 
 ptestcases.h: PTESTS PTESTS2C.sed
-	sed -f PTESTS2C.sed < $< > $@T
+	LC_ALL=C sed -f PTESTS2C.sed < $< > $@T
 	mv -f $@T $@
 
 # Run a test on the header files we use.

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits