From f0e2c9591bd37f9a6a42289894c18c30a13efc54 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Mar 2015 01:55:44 +0000 Subject: Makefile.in: no probes.stamp unless DTRACE_REBUILD * Makefile.in (probes.o): do not need to rebuild object files unless `dtrace -G` modifies input object files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a2645d0e79..d5b1279022 100644 --- a/Makefile.in +++ b/Makefile.in @@ -393,7 +393,7 @@ probes.stamp: $(DTRACE_REBUILD_OBJS) fi $(Q) touch $@ -probes.@OBJEXT@: $(srcdir)/probes.d probes.stamp +probes.@OBJEXT@: $(srcdir)/probes.d $(DTRACE_REBUILD:yes=probes.stamp) @$(ECHO) processing probes in object files $(Q) $(RM) $@ $(Q) $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_REBUILD_OBJS) -- cgit v1.2.3