Skip to content

Commit

Permalink
Win32: Remove bundled gems directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 12, 2025
1 parent 8fb2b1d commit 612a4c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,9 @@ ext/clean.sub ext/distclean.sub ext/realclean.sub \
ext/distclean ext/realclean .bundle/distclean .bundle/realclean::
$(Q)cd $(@D) 2>nul && (for /R $(EXTS) %I in (exts.mk*) \
do $(Q)(del %I & rmdir %~dpI)) || @

.bundle/distclean .bundle/realclean::
$(Q)for /D %I in ($(@D)\*) do $(Q)$(RMDIRS) %I || @
-$(Q)rmdir $(@D) 2> nul || @

.bundle/realclean::
Expand Down

0 comments on commit 612a4c8

Please sign in to comment.