mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (config.status): ommit cached results.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b9c2e9d77
commit
a39e9e0745
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,8 @@ uncommon.mk: $(srcdir)/common.mk
|
|||
sed 's/{\$$([^(){}]*)[^{}]*}//g' $< > $@
|
||||
|
||||
config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in
|
||||
PWD= MINIRUBY="$(MINIRUBY)" $(SHELL) ./config.status --recheck
|
||||
@PWD= MINIRUBY="$(MINIRUBY)"; set $(SHELL) ./config.status --recheck; \
|
||||
exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3`
|
||||
|
||||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
|
||||
|
|
Loading…
Reference in a new issue