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

r3284 - in glibc-package/trunk/debian: . patches/any



Author: aurel32
Date: 2009-02-19 12:33:56 +0000 (Thu, 19 Feb 2009)
New Revision: 3284

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/local-bashisms.diff
Log:
  * patches/any/local-bashisms.diff: fix more bashisms in the testsuite.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-02-19 08:50:18 UTC (rev 3283)
+++ glibc-package/trunk/debian/changelog	2009-02-19 12:33:56 UTC (rev 3284)
@@ -4,12 +4,13 @@
   * testsuite-checking/*: ignore tst-cpuclock2 test, as it fails on
     machines using cpufreq.
   * Rename submitted/cvs-tsd.diff into hppa/cvs-tsd.diff.
+  * patches/any/local-bashisms.diff: fix more bashisms in the testsuite.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2368 (from glibc-bsd).
   * drop kfreebsd/local-sysdeps28.diff (merged into local-sysdeps.diff).
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 18 Feb 2009 23:33:49 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 19 Feb 2009 13:33:42 +0100
 
 glibc (2.9-1) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/patches/any/local-bashisms.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-bashisms.diff	2009-02-19 08:50:18 UTC (rev 3283)
+++ glibc-package/trunk/debian/patches/any/local-bashisms.diff	2009-02-19 12:33:56 UTC (rev 3284)
@@ -10,3 +10,14 @@
  
  common_objpfx=$1; shift
  elf_objpfx=$1; shift
+--- a/nptl/Makefile
++++ b/nptl/Makefile
+@@ -544,7 +544,7 @@ $(objpfx)pt-initfini.s: pt-initfini.c
+ 		$(patsubst -f%,-fno-%,$(exceptions)) -o $@
+ 
+ $(objpfx)tst-cleanup0.out: /dev/null $(objpfx)tst-cleanup0
+-	$(make-test-out) 2>&1 | cmp - tst-cleanup0.expect >& $@
++	$(make-test-out) 2>&1 | cmp - tst-cleanup0.expect > $@ 2>&1
+ 
+ # We only have one kind of startup code files.  Static binaries and
+ # shared libraries are build using the PIC version.


Reply to: