This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #73630] Build separate DTrace for miniperl
authorDavid Leadbeater <dgl@dgl.cx>
Sun, 2 Jan 2011 22:33:16 +0000 (14:33 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 2 Jan 2011 22:49:41 +0000 (14:49 -0800)
commit3d450a5dd4e8f9a7b2aba0b018f9fe078fb6aa30
tree06caf0d9b6a6e95a58619ff4ce22ff7c2cf4e893
parent42467a219c70177fc2004ed9b73d6c3db59dba5c
[perl #73630] Build separate DTrace for miniperl

As outlined in the RT ticket due to miniperl's dependencies differing to
the final perl binary dtrace -G needs to be called separately for each.

Build tested on Mac OS X 10.6, Solaris 11 and Scientific Linux with
SystemTap from git.

(Solaris is the only system I have access to where DTRACE_O actually gets
defined. Neither the dtrace binary on OS X nor SystemTap's dtrace
compatibility layer accept the -G option.)
Makefile.SH