]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
distcheck: more .NOTPARALLEL.
authorKarl Berry <karl@freefriends.org>
Sun, 2 Oct 2022 01:23:39 +0000 (18:23 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 2 Oct 2022 01:23:39 +0000 (18:23 -0700)
* t/backcompat.sh: add .NOTPARALLEL.
* t/subdir-add2-pr46.sh: likewise.
(Maybe the problem is more general?)

t/backcompat.sh
t/subdir-add2-pr46.sh

index d2e1cc32ce39d0f2b5fa988a272f2f720147857b..52eec82febb1b755a76273a1dd9934d98d43738a 100644 (file)
@@ -41,6 +41,8 @@ test: display
        test x'$(PACKAGE_VERSION)' = x
        test x'$(PACKAGE_TARNAME)' = x
        test x'$(PACKAGE_STRING)' = x
+
+.NOTPARALLEL:
 END
 
 for ac_init in 'AC_INIT' 'AC_INIT([Makefile.am])'; do
index 749aa186a114cd23abf8c263098f75aaa4b7ffb7..9fa736e9261baf287c1ede8ad569a3588e22f36a 100644 (file)
@@ -40,7 +40,7 @@ END
 
 mkdir sub
 
-: > sub/Makefile.am
+echo .NOTPARALLEL: >sub/Makefile.am
 
 mkdir m4
 echo 'AC_DEFUN([MORE_DEFS], [])' > m4/moredefs.m4