ruby-changes:25680
From: naruse <ko1@a...>
Date: Tue, 20 Nov 2012 09:59:51 +0900 (JST)
Subject: [ruby-changes:25680] naruse:r37737 (trunk): Remove probes.o before update
naruse 2012-11-20 09:51:00 +0900 (Tue, 20 Nov 2012) New Revision: 37737 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37737 Log: Remove probes.o before update Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 37736) +++ Makefile.in (revision 37737) @@ -349,6 +349,7 @@ done; \ fi; \ touch "$$stamp" + $(RM) $@ $(Q) $(DTRACE) -G -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS) # DTrace static library hacks described here: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/