]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Follow gnulib-tool changes, part 26.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 22 Feb 2024 19:27:42 +0000 (11:27 -0800)
committerBruno Haible <bruno@clisp.org>
Thu, 22 Feb 2024 23:40:17 +0000 (00:40 +0100)
Follow gnulib-tool change
2017-04-20  Bruno Haible  <bruno@clisp.org>
verify tests: Fix spurious failure with parallel make.

* pygnulib/GLEmiter.py (GLEmiter.tests_Makefile_am): Emit initialization
of EXTRA_PROGRAMS so that the verify-tests module does not cause
Automake to warn about the use of "+=" instead of "=".

ChangeLog
gnulib-tool.py.TODO
pygnulib/GLEmiter.py

index 677e7988850b9c7e307a0d907017a14fc1bcc6a5..2bd61f3052d021104425b126d3cdac6efcc0e6ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-02-22  Collin Funk  <collin.funk1@gmail.com>
+
+       gnulib-tool.py: Follow gnulib-tool changes, part 26.
+       Follow gnulib-tool change
+       2017-04-20  Bruno Haible  <bruno@clisp.org>
+       verify tests: Fix spurious failure with parallel make.
+       * pygnulib/GLEmiter.py (GLEmiter.tests_Makefile_am): Emit initialization
+       of EXTRA_PROGRAMS so that the verify-tests module does not cause
+       Automake to warn about the use of "+=" instead of "=".
+
 2024-02-22  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Follow gnulib-tool changes, part 25.
index 1b4fe26cfca38d4cb486463fbf41f7a58cbe08d3..2b33ae23084e5e390039b58d80b4f32718854124 100644 (file)
@@ -877,23 +877,6 @@ Date:   Mon May 15 23:13:57 2017 +0200
 
 --------------------------------------------------------------------------------
 
-commit a7bd2403d2d3e49a8698495e74cdbe6a5261128a
-Author: Bruno Haible <bruno@clisp.org>
-Date:   Thu Apr 20 21:27:40 2017 +0200
-
-    verify tests: Fix spurious failure with parallel make.
-
-    * gnulib-tool (func_emit_tests_Makefile_am): Emit initialization of
-    EXTRA_PROGRAMS.
-    * tests/test-verify.sh: Build test-verify-try.o, not test-verify.o.
-    * tests/test-verify-try.c: New file.
-    * modules/verify-tests (Files): Add it.
-    (EXTRA_PROGRAMS): Add test-verify-try.
-    (MOSTLYCLEANFILES): Update accordingly.
-    Reported by Adam James Stewart <ajstewart@anl.gov>.
-
---------------------------------------------------------------------------------
-
 commit 363135016c25696d7a173094715e7f3f2dda3596
 Author: Bruno Haible <bruno@clisp.org>
 Date:   Wed Mar 15 23:24:03 2017 +0100
index f83aa40ea936eb03395503d94083b8873352197f..c7b1e61fc45050eabe8ee822fb391f9f5af67b0f 100644 (file)
@@ -1001,6 +1001,7 @@ AC_DEFUN([%V1%_LIBSOURCES], [
         emit += 'noinst_PROGRAMS =\n'
         if not for_test:
             emit += 'check_PROGRAMS =\n'
+        emit += 'EXTRA_PROGRAMS =\n'
         emit += 'noinst_HEADERS =\n'
         emit += 'noinst_LIBRARIES =\n'
         if libtests: