mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Win32: Remove win32 directory if empty
This commit is contained in:
parent
731a53253f
commit
6be0ae35e8
Notes:
git
2025-12-15 16:28:42 +00:00
@ -99,6 +99,8 @@ yes-test-all: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
|
||||
yes-test-almost: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
|
||||
test/% spec/%/ spec/%_spec.rb: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
|
||||
|
||||
distclean-local::
|
||||
$(RMDIR) win32
|
||||
endif
|
||||
|
||||
$(LIBRUBY_SO): $(RUBYDEF)
|
||||
|
||||
@ -1279,6 +1279,7 @@ distclean-local::
|
||||
$(Q)$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
|
||||
-$(Q)$(RM) $(INSTALLED_LIST:/=\) $(arch_hdrdir:/=\)\ruby\config.h verconf.h
|
||||
-$(Q)$(RMDIRS) $(arch_hdrdir:/=\)\ruby
|
||||
-$(Q)$(RMDIR) win32
|
||||
|
||||
ext/clean.mk ext/distclean.mk ext/realclean.mk::
|
||||
$(Q)if exist $(EXTS_MK) $(MAKE) -k -f $(EXTS_MK) top_srcdir=$(srcdir) $(*F)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user