mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Remove also debug symbol directory at clean on macOS
This commit is contained in:
parent
1356b90c91
commit
627aafac86
@ -962,6 +962,8 @@ AS_CASE(["$target_os"], [*android*], [
|
||||
AS_UNSET(ORIG_LIBS)
|
||||
POSTLINK=:
|
||||
AC_SUBST(POSTLINK)
|
||||
cleanlibs=
|
||||
AC_SUBST(cleanlibs)
|
||||
AS_CASE(["$target_os"],
|
||||
[nextstep*], [ ],
|
||||
[openstep*], [ ],
|
||||
@ -1060,6 +1062,7 @@ main()
|
||||
AC_CHECK_HEADERS(crt_externs.h, [], [], [
|
||||
#include <crt_externs.h>
|
||||
])
|
||||
cleanlibs='$(TARGET_SO).dSYM'
|
||||
],
|
||||
[hpux*], [ LIBS="-lm $LIBS"
|
||||
ac_cv_c_inline=no],
|
||||
|
||||
@ -2763,7 +2763,7 @@ clean-rb-default::
|
||||
clean-rb::
|
||||
clean-so::
|
||||
clean: clean-so clean-static clean-rb-default clean-rb
|
||||
\t\t-$(Q)$(RM) $(CLEANLIBS#{sep}) $(CLEANOBJS#{sep}) $(CLEANFILES#{sep}) .*.time
|
||||
\t\t-$(Q)$(RM_RF) $(CLEANLIBS#{sep}) $(CLEANOBJS#{sep}) $(CLEANFILES#{sep}) .*.time
|
||||
|
||||
distclean-rb-default::
|
||||
distclean-rb::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user