mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
NMake needs caret to escape a hash sign
This commit is contained in:
parent
6b2d9ed2a5
commit
401932c18f
@ -1539,7 +1539,7 @@ prepare-gems: $(HAVE_BASERUBY:yes=update-gems) $(HAVE_BASERUBY:yes=extract-gems)
|
||||
extract-gems: $(HAVE_BASERUBY:yes=update-gems) $(HAVE_BASERUBY:yes=outdate-bundled-gems)
|
||||
update-gems: $(HAVE_BASERUBY:yes=outdate-bundled-gems)
|
||||
|
||||
split_option = -F"\s+|\#.*"
|
||||
split_option = -F"\s+|$(HASH_SIGN).*"
|
||||
|
||||
update-gems$(sequential): PHONY
|
||||
$(ECHO) Downloading bundled gem files...
|
||||
|
||||
@ -289,6 +289,8 @@ ABI_VERSION_HDR = $(hdrdir)/ruby/internal/abi.h
|
||||
|
||||
CAT_DEPEND = sed -e 's/{\$$([^(){}]*)[^{}]*}//g' -e /AUTOGENERATED/q
|
||||
|
||||
HASH_SIGN = \#
|
||||
|
||||
.SUFFIXES: .inc .h .c .y .i .$(ASMEXT) .$(DTRACE_EXT)
|
||||
|
||||
all:
|
||||
|
||||
@ -464,6 +464,7 @@ ASMEXT = asm
|
||||
|
||||
INSTALLED_LIST= .installed.list
|
||||
|
||||
HASH_SIGN = ^#
|
||||
SRC_FILE = $(<:\=/)
|
||||
OS_SRC_FILE = $(<:/=\)
|
||||
DEST_FILE = $(@:\=/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user