mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: probes.h
* Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h path when outplace-build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6fd1ef7719
commit
620a2b6c65
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 16 15:42:36 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h
|
||||
path when outplace-build.
|
||||
|
||||
Fri Nov 16 15:27:36 2012 Masaki Matsushita <glass.saga@gmail.com>
|
||||
|
||||
* lib/net/pop.rb (POP3.certs): fix typo in comment.
|
||||
|
|
|
@ -328,7 +328,7 @@ probes.h: dmyprobes.h
|
|||
sed -e 's/RUBY_/RUBY_DTRACE_/g' $@.tmp | sed -e 's/PROBES_H_TMP/PROBES_H/g' >$@; \
|
||||
$(RM) $@.tmp; \
|
||||
else \
|
||||
$(CP) dmyprobes.h probes.h; \
|
||||
$(CP) $(srcdir)/dmyprobes.h probes.h; \
|
||||
fi
|
||||
|
||||
clean-local::
|
||||
|
|
|
@ -1049,7 +1049,8 @@ lex.c: {$(srcdir)}lex.c.blt
|
|||
copy $(?:/=\) $@
|
||||
|
||||
probes.h: dmyprobes.h
|
||||
copy dmyprobes.h probes.h
|
||||
@$(ECHO) copying probes.h
|
||||
$(Q) $(CP) $(srcdir)\dmyprobes.h probes.h
|
||||
|
||||
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
|
||||
@if not exist $(@D:/=\) md $(@D:/=\)
|
||||
|
|
Loading…
Add table
Reference in a new issue