File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
run : |
104
104
echo "RUBY_GC_LIBRARY=default" >> $GITHUB_ENV
105
105
make shared-gc SHARED_GC=default
106
+ make distclean-shared-gc SHARED_GC=default
106
107
if : ${{ matrix.shared_gc }}
107
108
108
109
- run : |
Original file line number Diff line number Diff line change @@ -1955,6 +1955,12 @@ shared-gc: probes.h shared-gc-precheck
1955
1955
$(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./
1956
1956
$(CP) gc/$(SHARED_GC)/librubygc.$(SHARED_GC).$(DLEXT) $(shared_gc_dir)
1957
1957
1958
+ clean-shared-gc:
1959
+ - $(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./ clean || $(NULLCMD)
1960
+ distclean-shared-gc: clean-shared-gc
1961
+ - $(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./ distclean || $(NULLCMD)
1962
+ $(RMDIRS) gc/$(SHARED_GC)
1963
+
1958
1964
help: PHONY
1959
1965
$(MESSAGE_BEGIN) \
1960
1966
" Makefile of Ruby" \
You can’t perform that action at this time.
0 commit comments