зеркало из https://github.com/github/ruby.git
* common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..
It is the top of build directory, not topsrcdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0f6ccf7c92
Коммит
026066e950
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 24 16:13:05 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..
|
||||
It is the top of build directory, not topsrcdir.
|
||||
|
||||
Thu Dec 24 15:02:42 2015 sorah (Shota Fukumori) <her@sorah.jp>
|
||||
|
||||
* tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.
|
||||
|
|
|
@ -872,7 +872,7 @@ $(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
|||
$(Q) $(CHDIR) $(@D) && \
|
||||
sed /AUTOGENERATED/q depend | \
|
||||
$(exec) $(MAKE) -f - $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) RM="$(RM)" top_srcdir=../.. srcdir=. VPATH=../.. \
|
||||
Q=$(Q) ECHO=$(ECHO) RM="$(RM)" top_srcdir=../.. srcdir=. VPATH="$(PWD)" \
|
||||
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
||||
|
||||
$(srcdir)/ext/json/parser/parser.c: $(srcdir)/ext/json/parser/parser.rl
|
||||
|
|
Загрузка…
Ссылка в новой задаче