mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: use PWD with nmake
* common.mk (ext/ripper/ripper.c): move MAKEDIR to Makefile.sub. * win32/Makefile.sub (PWD): set to $(MAKEDIR), nmake built-in macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31f9c8c09e
commit
4ecdc8f545
2 changed files with 2 additions and 1 deletions
|
@ -808,7 +808,7 @@ $(REVISION_H): $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/file2lastr
|
||||||
$(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
$(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
||||||
$(ECHO) generating $@
|
$(ECHO) generating $@
|
||||||
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
|
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
|
||||||
Q=$(Q) ECHO=$(ECHO) RM="$(RM)" VPATH="$(PWD)$(MAKEDIR)" \
|
Q=$(Q) ECHO=$(ECHO) RM="$(RM)" VPATH="$(PWD)" \
|
||||||
top_srcdir=../.. srcdir=. \
|
top_srcdir=../.. srcdir=. \
|
||||||
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ NULL = nul
|
||||||
CHDIR = cd
|
CHDIR = cd
|
||||||
PATH_SEPARATOR = ;
|
PATH_SEPARATOR = ;
|
||||||
TZ = # skip timezone tests
|
TZ = # skip timezone tests
|
||||||
|
PWD = $(MAKEDIR)
|
||||||
|
|
||||||
!ifndef MFLAGS
|
!ifndef MFLAGS
|
||||||
MFLAGS=-l
|
MFLAGS=-l
|
||||||
|
|
Loading…
Add table
Reference in a new issue