PERFORCE change 103964 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 03:01:35 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103964

Change 103964 by jb at jb_freebsd2 on 2006/08/15 03:00:36

	Stop using Sun's libelf and start using our own (even though it isn't
	complete yet -- we need to concentrate on that!).

Affected files ...

.. //depot/projects/dtrace/src/Makefile.inc1#14 edit

Differences ...

==== //depot/projects/dtrace/src/Makefile.inc1#14 (text+ko) ====

@@ -863,7 +863,7 @@
 .endif
 
 .if ${MK_CDDL} != "no"
-_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf gnu/lib/libdwarf cddl/lib/libelf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
+_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf gnu/lib/libdwarf lib/libelf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
 .endif
 
 bootstrap-tools:


More information about the p4-projects mailing list