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)
1539
1539
extract-gems : $(HAVE_BASERUBY:yes=update-gems ) $(HAVE_BASERUBY:yes=outdate-bundled-gems )
1540
1540
update-gems : $(HAVE_BASERUBY:yes=outdate-bundled-gems )
1541
1541
1542
- split_option = -F"\s+|\ # .*"
1542
+ split_option = -F"\s+|$( HASH ) .*"
1543
1543
1544
1544
update-gems$(sequential ) : PHONY
1545
1545
$(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
289
289
290
290
CAT_DEPEND = sed -e 's/{\$$([^( ) {}]*)[^{}]*}//g' -e /AUTOGENERATED/q
291
291
292
+ HASH = \#
293
+
292
294
.SUFFIXES : .inc .h .c .y .i .$(ASMEXT ) .$(DTRACE_EXT )
293
295
294
296
all :
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ ASMEXT = asm
464
464
465
465
INSTALLED_LIST = .installed.list
466
466
467
+ HASH = ^#
467
468
SRC_FILE = $(<:\=/ )
468
469
OS_SRC_FILE = $(<:/=\ )
469
470
DEST_FILE = $(@:\=/ )
You can’t perform that action at this time.
0 commit comments