mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Silent configure does not output cached configurations
This commit is contained in:
parent
0617cba197
commit
a58a429f8b
1 changed files with 3 additions and 2 deletions
|
@ -397,12 +397,13 @@ uncommon.mk: $(srcdir)/common.mk
|
||||||
reconfig-args = $(srcdir)/$(CONFIGURE) $(yes_silence:yes=--silent) $(configure_args)
|
reconfig-args = $(srcdir)/$(CONFIGURE) $(yes_silence:yes=--silent) $(configure_args)
|
||||||
config.status-args = ./config.status $(yes_silence:yes=--silent) --recheck
|
config.status-args = ./config.status $(yes_silence:yes=--silent) --recheck
|
||||||
reconfig-exec-0 = test -t 1 && { : $${CONFIGURE_TTY=yes}; export CONFIGURE_TTY; }; exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3 3>&- 4>&-`
|
reconfig-exec-0 = test -t 1 && { : $${CONFIGURE_TTY=yes}; export CONFIGURE_TTY; }; exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3 3>&- 4>&-`
|
||||||
reconfig-exec-1 = set -x; "$$@"
|
reconfig-exec-1 = set -x; exec "$$@"
|
||||||
|
reconfig-exec-yes = $(reconfig-exec-1)
|
||||||
|
|
||||||
reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
|
reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
|
||||||
$(hdrdir)/ruby/version.h $(ABI_VERSION_HDR)
|
$(hdrdir)/ruby/version.h $(ABI_VERSION_HDR)
|
||||||
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
|
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
|
||||||
set $(SHELL) $($@-args); $(reconfig-exec-$(V))
|
set $(SHELL) $($@-args); $(reconfig-exec-$(silence:no=$(V)))
|
||||||
|
|
||||||
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac
|
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac
|
||||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
|
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
|
||||||
|
|
Loading…
Reference in a new issue