mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.
* common.mk (dmyprobes.h): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
df4e0dd52d
commit
6e0375e3e2
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Fri Nov 16 18:59:05 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.
|
||||
|
||||
* common.mk (dmyprobes.h): ditto.
|
||||
|
||||
Fri Nov 16 17:57:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (probes.h): split build commands for dtrace-available
|
||||
|
|
|
@ -331,7 +331,7 @@ yes-dtrace-probes.h:
|
|||
$(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' probes.h.tmp > probes.h
|
||||
$(Q) $(RM) probes.h.tmp
|
||||
|
||||
no-dtrace-probes.h: dmyprobes.h
|
||||
no-dtrace-probes.h: $(srcdir)/dmyprobes.h
|
||||
@$(ECHO) copying dummy probes.h
|
||||
$(Q) $(CP) $(srcdir)/dmyprobes.h probes.h
|
||||
|
||||
|
|
|
@ -887,7 +887,7 @@ golf_prelude.c: $(srcdir)/tool/compile_prelude.rb $(RBCONFIG) $(srcdir)/prelude.
|
|||
$(ECHO) generating $@
|
||||
$(Q) $(COMPILE_PRELUDE) $(srcdir)/golf_prelude.rb $@
|
||||
|
||||
dmyprobes.h: {$(srcdir)}probes.d
|
||||
$(srcdir)/dmyprobes.h: {$(srcdir)}probes.d
|
||||
$(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $(srcdir)/probes.d > $@
|
||||
|
||||
prereq: incs srcs preludes PHONY
|
||||
|
|
Loading…
Add table
Reference in a new issue