Win32: Remove win32 directory if empty
This commit is contained in:
parent
731a53253f
commit
6be0ae35e8
Notes:
git
2024-12-27 08:40:40 +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)
|
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)
|
test/% spec/%/ spec/%_spec.rb: export MSYS2_ARG_CONV_EXCL=$(MSYS2_ARG_CONV_EXCL_PARAM)
|
||||||
|
|
||||||
|
distclean-local::
|
||||||
|
$(RMDIR) win32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(LIBRUBY_SO): $(RUBYDEF)
|
$(LIBRUBY_SO): $(RUBYDEF)
|
||||||
|
@ -1279,6 +1279,7 @@ distclean-local::
|
|||||||
$(Q)$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
|
$(Q)$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
|
||||||
-$(Q)$(RM) $(INSTALLED_LIST:/=\) $(arch_hdrdir:/=\)\ruby\config.h verconf.h
|
-$(Q)$(RM) $(INSTALLED_LIST:/=\) $(arch_hdrdir:/=\)\ruby\config.h verconf.h
|
||||||
-$(Q)$(RMDIRS) $(arch_hdrdir:/=\)\ruby
|
-$(Q)$(RMDIRS) $(arch_hdrdir:/=\)\ruby
|
||||||
|
-$(Q)$(RMDIR) win32
|
||||||
|
|
||||||
ext/clean.mk ext/distclean.mk ext/realclean.mk::
|
ext/clean.mk ext/distclean.mk ext/realclean.mk::
|
||||||
$(Q)if exist $(EXTS_MK) $(MAKE) -k -f $(EXTS_MK) top_srcdir=$(srcdir) $(*F)
|
$(Q)if exist $(EXTS_MK) $(MAKE) -k -f $(EXTS_MK) top_srcdir=$(srcdir) $(*F)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user