File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ yes-test-all: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
9999yes-test-almost: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
100100test/% spec/%/ spec/%_spec.rb: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
101101
102+ distclean-local::
103+ $(RMDIR) win32
102104endif
103105
104106$(LIBRUBY_SO): $(RUBYDEF)
Original file line number Diff line number Diff line change @@ -1279,6 +1279,7 @@ distclean-local::
12791279 $(Q )$(RM ) ext\c onfig.cache $(RBCONFIG:/=\ ) $(CONFIG_H:/=\ )
12801280 -$(Q )$(RM ) $(INSTALLED_LIST:/=\ ) $(arch_hdrdir:/=\ ) \r uby\c onfig.h verconf.h
12811281 -$(Q )$(RMDIRS ) $(arch_hdrdir:/=\ ) \r uby
1282+ -$(Q )$(RMDIR ) win32
12821283
12831284ext/clean.mk ext/distclean.mk ext/realclean.mk ::
12841285 $(Q ) if exist $(EXTS_MK ) $(MAKE ) -k -f $(EXTS_MK ) top_srcdir=$(srcdir ) $(*F )
You can’t perform that action at this time.
0 commit comments