File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1539,7 +1539,7 @@ prepare-gems: $(HAVE_BASERUBY:yes=update-gems) $(HAVE_BASERUBY:yes=extract-gems)
15391539extract-gems : $(HAVE_BASERUBY:yes=update-gems ) $(HAVE_BASERUBY:yes=outdate-bundled-gems )
15401540update-gems : $(HAVE_BASERUBY:yes=outdate-bundled-gems )
15411541
1542- split_option = -F"\s+|\ # .*"
1542+ split_option = -F"\s+|$( HASH_SIGN ) .*"
15431543
15441544update-gems$(sequential ) : PHONY
15451545 $(ECHO ) Downloading bundled gem files...
Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ ABI_VERSION_HDR = $(hdrdir)/ruby/internal/abi.h
289289
290290CAT_DEPEND = sed -e 's/{\$$([^( ) {}]*)[^{}]*}//g' -e /AUTOGENERATED/q
291291
292+ HASH_SIGN = \#
293+
292294.SUFFIXES : .inc .h .c .y .i .$(ASMEXT ) .$(DTRACE_EXT )
293295
294296all :
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ ASMEXT = asm
464464
465465INSTALLED_LIST = .installed.list
466466
467+ HASH_SIGN = ^#
467468SRC_FILE = $(<:\=/ )
468469OS_SRC_FILE = $(<:/=\ )
469470DEST_FILE = $(@:\=/ )
You can’t perform that action at this time.
0 commit comments