1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Run find in PATH [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-05-25 18:26:24 +09:00
parent ab7f8e32aa
commit cdfb027213
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -509,7 +509,7 @@ clean-local::
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD)
/usr/bin/find . -name '*.bc' -o -name '*.[is]' -delete
$(Q)find . -name '*.bc' -o -name '*.[is]' -delete
-$(Q)$(RMALL) exe/ *.dSYM
distclean-local::