mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove also debug symbol directory at clean on macOS
This commit is contained in:
parent
1356b90c91
commit
627aafac86
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue