Clear shared_gc directory
This commit is contained in:
parent
d057503252
commit
9508cf86de
Notes:
git
2024-11-26 10:06:45 +00:00
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
||||
run: |
|
||||
echo "RUBY_GC_LIBRARY=default" >> $GITHUB_ENV
|
||||
make shared-gc SHARED_GC=default
|
||||
make distclean-shared-gc SHARED_GC=default
|
||||
if: ${{ matrix.shared_gc }}
|
||||
|
||||
- run: |
|
||||
|
@ -1955,6 +1955,12 @@ shared-gc: probes.h shared-gc-precheck
|
||||
$(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./
|
||||
$(CP) gc/$(SHARED_GC)/librubygc.$(SHARED_GC).$(DLEXT) $(shared_gc_dir)
|
||||
|
||||
clean-shared-gc:
|
||||
- $(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./ clean || $(NULLCMD)
|
||||
distclean-shared-gc: clean-shared-gc
|
||||
- $(CHDIR) gc/$(SHARED_GC) && $(exec) $(MAKE) TARGET_SO_DIR=./ distclean || $(NULLCMD)
|
||||
$(RMDIRS) gc/$(SHARED_GC)
|
||||
|
||||
help: PHONY
|
||||
$(MESSAGE_BEGIN) \
|
||||
" Makefile of Ruby" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user