Skip to content

Commit

Permalink
Substitute autoconf variables by prereq.status
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 2, 2019
1 parent 832b509 commit 580b760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defs/gmake.mk
Expand Up @@ -150,7 +150,7 @@ commit: $(if $(filter commit,$(MAKECMDGOALS)),$(filter-out commit,$(MAKECMDGOALS
+$(Q) \
{ \
$(CHDIR) "$(srcdir)"; \
sed 's/^@.*@$$//;s/@[A-Za-z_][A-Za-z_0-9]*@//g;/^all-incs:/d' defs/gmake.mk template/Makefile.in; \
sed -f tool/prereq.status defs/gmake.mk template/Makefile.in; \
sed 's/{[.;]*$$([a-zA-Z0-9_]*)}//g' common.mk; \
} | \
$(MAKE) $(mflags) Q=$(Q) ECHO=$(ECHO) srcdir="$(srcdir)" srcs_vpath="" CHDIR="$(CHDIR)" \
Expand Down
1 change: 1 addition & 0 deletions tool/prereq.status
Expand Up @@ -13,6 +13,7 @@ s,@CP@,cp,g
s,@CPPFLAGS@,,g
s,@CXXFLAGS@,,g
s,@DLDFLAGS@,,g
s,@DTRACE_EXT@,dmyh,g
s,@EXEEXT@,,g
s,@HAVE_BASERUBY@,yes,g
s,@IFCHANGE@,tool/ifchange,g
Expand Down

0 comments on commit 580b760

Please sign in to comment.