]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in bug-strcoll2 (Bug 18589)
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 9 Oct 2015 20:35:53 +0000 (16:35 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 9 Oct 2015 20:43:20 +0000 (16:43 -0400)
Fix the copyright year and remove contributed by in the
bug-strcoll2 test. In addition add the correct dependency
on $(gen-locales) to ensure all the test locales are generated.

(cherry picked from commit facdd9ea29ab94aac2b188ec3cc41f8733d769e0)

ChangeLog
string/Makefile
string/bug-strcoll2.c

index 4854461f8839a08fc01be8d812937a573134fead..491d5c7634fb453eb05833f1955fa72392583061 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-09  Carlos O'Donell  <carlos@redhat.com>
+
+       [BZ #18589]
+       * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
+       * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
+       $(gen-locales).
+
 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
 
        [BZ #18589]
index 616fdeccdb45045e98735601f9979128e5bcf124..ebe9354cc1ccfd42fef705c67728508fbc23ecc8 100644 (file)
@@ -85,5 +85,7 @@ $(objpfx)test-strcasecmp.out: $(gen-locales)
 $(objpfx)test-strncasecmp.out: $(gen-locales)
 $(objpfx)tst-strxfrm.out: $(gen-locales)
 $(objpfx)tst-strxfrm2.out: $(gen-locales)
+# bug-strcoll2 needs cs_CZ.UTF-8 and da_DK.ISO-8859-1.
+$(objpfx)bug-strcoll2.out: $(gen-locales)
 
 endif
index 26cc873e5b6fe69c4630ffdd69c4a9807f5f26a9..72a9ff2d1c3d197dde3c0d90e3dfa7874761bbfb 100644 (file)
@@ -1,7 +1,6 @@
 /* Bug 18589: sort-test.sh fails at random.
-   Copyright (C) 1998-2015 Free Software Foundation, Inc.
+   Copyright (C) 2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public