From 6e60fc29453603270ebdf79f4b37ec6544a602cc Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 7 Aug 2021 18:32:24 +0900 Subject: Group commands on GitHub Actions --- template/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') 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@ -- cgit v1.2.3