mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (config.status): setup MINIRUBY environment for
cross-compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40f89ddbf1
commit
9a5b57f61f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Mar 12 07:09:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* Makefile.in (config.status): setup MINIRUBY environment for
|
||||||
|
cross-compiling.
|
||||||
|
|
||||||
Fri Mar 12 06:48:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Mar 12 06:48:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/tk/extconf.rb: log() is built-in in some compilers and needs
|
* ext/tk/extconf.rb: log() is built-in in some compilers and needs
|
||||||
|
|
|
@ -181,7 +181,8 @@ uncommon.mk: $(srcdir)/common.mk
|
||||||
sed 's/{\$$([^(){}]*)[^{}]*}//g' $< > $@
|
sed 's/{\$$([^(){}]*)[^{}]*}//g' $< > $@
|
||||||
|
|
||||||
config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in
|
config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in
|
||||||
@PWD= MINIRUBY="$(MINIRUBY)"; set $(SHELL) ./config.status --recheck; \
|
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
|
||||||
|
set $(SHELL) ./config.status --recheck; \
|
||||||
exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3`
|
exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3`
|
||||||
|
|
||||||
$(srcdir)/configure: $(srcdir)/configure.in
|
$(srcdir)/configure: $(srcdir)/configure.in
|
||||||
|
|
Loading…
Reference in a new issue