mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Split system dependent commands to clean modular-gc
This commit is contained in:
parent
ce2f398386
commit
f12e2622c1
Notes:
git
2024-12-10 03:32:05 +00:00
3 changed files with 15 additions and 6 deletions
|
@ -1295,6 +1295,11 @@ ext/distclean gems/distclean ext/realclean gems/realclean::
|
|||
do $(Q)(del %I & rmdir %~dpI)) || @
|
||||
-$(Q)rmdir $(@D) 2> nul || @
|
||||
|
||||
gc/clean gc/distclean gc/realclean::
|
||||
- for /D %G in (gc\*) do (pushd %G && $(MAKE) TARGET_SO_DIR=./ $(@F) & popd) || $(NULLCMD)
|
||||
gc/distclean gc/realclean::
|
||||
- for /D %G in (gc\*) do ($(RMDIR) %G) || $(NULLCMD)
|
||||
|
||||
clean-enc distclean-enc realclean-enc:
|
||||
!if exist($(ENC_MK))
|
||||
$(ECHO) $(@:-enc=ing) encodings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue