mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (ext/ripper/ripper.c): use $(PWD) to get
<build-directory>/ext/ripper. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
501656c4d8
commit
85c464c540
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 19 20:38:11 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk (ext/ripper/ripper.c): use $(PWD) to get
|
||||
<build-directory>/ext/ripper.
|
||||
|
||||
Wed Nov 19 18:12:17 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* tool/downloader.rb (RubyGems.download): Don't download gem if the
|
||||
|
|
|
@ -807,8 +807,8 @@ $(REVISION_H): $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/file2lastr
|
|||
|
||||
$(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
||||
$(ECHO) generating $@
|
||||
$(Q) vpath=`pwd` && $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. VPATH=$(vpath) \
|
||||
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. VPATH=$(PWD) \
|
||||
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
||||
|
||||
$(srcdir)/ext/json/parser/parser.c: $(srcdir)/ext/json/parser/parser.rl
|
||||
|
|
Loading…
Reference in a new issue