PERFORCE change 132773 for review

John Birrell jb at FreeBSD.org
Mon Jan 7 21:09:44 PST 2008


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

Change 132773 by jb at jb_freebsd1 on 2008/01/08 05:09:08

	We can get by with just one kldstat and kldload because I made
	the dtrace_test module depend on the dtraceall module so the
	whole kit and kaboodle gets loaded when we run the tests.

Affected files ...

.. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#7 edit

Differences ...

==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#7 (text+ko) ====

@@ -1414,7 +1414,6 @@
 # Load the DTrace module set if necessary.
 
 .BEGIN	:
-	@if ! kldstat -q -m dtrace; then kldload dtraceall; fi
 	@if ! kldstat -q -m dtrace_test; then kldload dtrace_test; fi
 
 .include <bsd.obj.mk>


More information about the p4-projects mailing list