Created
November 21, 2016 23:26
-
-
Save tonycoz/7ca2087b73e755fb25e1229588f96cd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libperl_dtrace_obj=$(ndt_obj:%=lpdtrace/%) | |
$(libperl_dtrace_obj) $(DTRACE_PERLLIB_O): $(perllib_objs_nodt) perldtrace.d | |
[ -d lpdtrace ] || mkdir lpdtrace | |
cp $(ndt_obj) lpdtrace/ | |
$(DTRACE) -G -s perldtrace.d -o $(DTRACE_PERLLIB_O) | |
# and use $(libperl_dtrace_obj) to build libperl.{a|so) instead of $(perllib_objs_nodt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment