diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-04-06 18:25:05 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-04-06 18:25:05 +0000 |
| commit | fe271bdb43cf88ee129d94c0e286fe618fd28e89 (patch) | |
| tree | f8a53c5b636b2af4eaa7ac94683cb00033588454 /unit-tests/gnode-submake.mk | |
| parent | 638c66de4a0faa4c2e815e81cd4021c2387c7e0f (diff) | |
Diffstat (limited to 'unit-tests/gnode-submake.mk')
| -rw-r--r-- | unit-tests/gnode-submake.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/gnode-submake.mk b/unit-tests/gnode-submake.mk index 40ff20276df9..2cd7fac81f72 100644 --- a/unit-tests/gnode-submake.mk +++ b/unit-tests/gnode-submake.mk @@ -1,4 +1,4 @@ -# $NetBSD: gnode-submake.mk,v 1.1 2020/11/07 23:25:06 rillig Exp $ +# $NetBSD: gnode-submake.mk,v 1.2 2026/02/10 18:53:34 sjg Exp $ # # Test whether OP_SUBMAKE is determined correctly. If it is, this node's # shell commands are connected to the make process via pipes, to coordinate @@ -8,7 +8,7 @@ # parsed. This information is only used in parallel mode, but the result # from parsing is available in compat mode as well. -.MAKEFLAGS: -n -dg1 +.MAKEFLAGS: -dg2 -j1 all: makeinfo make-index all: braces-dot braces-no-dot |
