* common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.
Since they depend on $(PREP) which is miniruby, they are rebuilt after miniruby is built, even if tarball contains them. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c6d52afda6
commit
a08d6c5bd8
@ -1,3 +1,9 @@
|
|||||||
|
Wed Nov 26 00:41:44 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.
|
||||||
|
Since they depend on $(PREP) which is miniruby, they are rebuilt
|
||||||
|
after miniruby is built, even if tarball contains them.
|
||||||
|
|
||||||
Wed Nov 26 00:20:48 2014 Tanaka Akira <akr@fsij.org>
|
Wed Nov 26 00:20:48 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* template/prelude.c.tmpl: Don't expand RbConfig::Config[...].
|
* template/prelude.c.tmpl: Don't expand RbConfig::Config[...].
|
||||||
|
@ -792,7 +792,7 @@ probes.dmyh: {$(srcdir)}probes.d $(srcdir)/tool/gen_dummy_probes.rb
|
|||||||
|
|
||||||
probes.h: {$(VPATH)}probes.$(DTRACE_EXT)
|
probes.h: {$(VPATH)}probes.$(DTRACE_EXT)
|
||||||
|
|
||||||
prereq: incs srcs preludes PHONY
|
prereq: incs srcs {$(VPATH)}miniprelude.c PHONY
|
||||||
|
|
||||||
preludes: {$(VPATH)}prelude.c
|
preludes: {$(VPATH)}prelude.c
|
||||||
preludes: {$(VPATH)}miniprelude.c
|
preludes: {$(VPATH)}miniprelude.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user