mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
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
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue