[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: distcheck: more .NOTPARALLEL.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: distcheck: more .NOTPARALLEL. |
Date: |
Sat, 01 Oct 2022 21:23:50 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=7ae283510e2aa102f5590420e6e52ee2a4e27cc4
The following commit(s) were added to refs/heads/master by this push:
new 7ae283510 distcheck: more .NOTPARALLEL.
7ae283510 is described below
commit 7ae283510e2aa102f5590420e6e52ee2a4e27cc4
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Sat Oct 1 18:23:39 2022 -0700
distcheck: more .NOTPARALLEL.
* t/backcompat.sh: add .NOTPARALLEL.
* t/subdir-add2-pr46.sh: likewise.
(Maybe the problem is more general?)
---
t/backcompat.sh | 2 ++
t/subdir-add2-pr46.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/t/backcompat.sh b/t/backcompat.sh
index d2e1cc32c..52eec82fe 100644
--- a/t/backcompat.sh
+++ b/t/backcompat.sh
@@ -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
diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh
index 749aa186a..9fa736e92 100644
--- a/t/subdir-add2-pr46.sh
+++ b/t/subdir-add2-pr46.sh
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: distcheck: more .NOTPARALLEL.,
Karl Berry <=