Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 22:50:58 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132267 for review
Message-ID:  <200801012250.m01MowSG060142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132267

Change 132267 by jb@jb_freebsd1 on 2008/01/01 22:50:45

	Add a simple module which depends on all known DTrace modules. This
	is an easy way to get them all loaded. I'll make the boot loader use
	this rather than having to know the modules by name.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#20 edit
.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/Makefile#1 add
.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#1 add

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#20 (text+ko) ====

@@ -4,6 +4,7 @@
 .include "Makefile.inc"
 
 SUBDIR=		dtrace		\
+		dtraceall	\
 		profile		\
 		prototype	\
 		systrace



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801012250.m01MowSG060142>