Skip to content

Commit

Permalink
Update clean-local [ci skip]
Browse files Browse the repository at this point in the history
* Remove builtin_binary.inc which is generated for each time
  miniruby is built.

* dSYM is a directory, not a file.
  • Loading branch information
nobu committed Jan 18, 2020
1 parent 1e29fe7 commit 93a51c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -595,7 +595,7 @@ clean-local:: clean-runnable
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) dmyenc.$(OBJEXT) $(ARCHFILE) .*.time
$(Q)$(RM) y.tab.c y.output encdb.h transdb.h config.log rbconfig.rb $(ruby_pc) $(COROUTINE_H:/Context.h=/.time)
$(Q)$(RM) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT) ruby.imp ChangeLog
$(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D)
$(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D) builtin_binary.inc
-$(Q) $(RMDIR) enc/jis enc/trans enc $(COROUTINE_H:/Context.h=) coroutine 2> $(NULL) || $(NULLCMD)

bin/clean-runnable:: PHONY
Expand Down
4 changes: 2 additions & 2 deletions template/Makefile.in
Expand Up @@ -474,9 +474,9 @@ clean-local::
$(Q)$(RM) \
ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
ruby-runner.$(OBJEXT) ruby-runner.h *.dSYM \
ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD)
-$(Q)$(RMALL) exe/
-$(Q)$(RMALL) exe/ *.dSYM

distclean-local::
$(Q)$(RM) \
Expand Down

0 comments on commit 93a51c1

Please sign in to comment.