summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-07 18:32:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-07 18:32:24 +0900
commit6e60fc29453603270ebdf79f4b37ec6544a602cc (patch)
tree9792295c75e0291c21e0fd5707d3fc3772d48aac /template
parentac7986f46a1fc5686b006625a16a9ff62579efe7 (diff)
Group commands on GitHub Actions
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 60a068dadf..866fff192f 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -256,6 +256,9 @@ MESSAGE_END = ; do echo "$$line"; done
ECHO_BEGIN = @sep=''; for word in
ECHO_END = ; do echo @ECHO_N@ "$$sep'$$word'@ECHO_C@"; sep=' '; done; echo
+ACTIONS_GROUP = @$(NULLCMD) $(empty)
+ACTIONS_ENDGROUP = @$(NULLCMD)
+
DESTDIR = @DESTDIR@
configure_args = @configure_args@