PERFORCE change 94886 for review

John Birrell jb at FreeBSD.org
Mon Apr 10 03:20:17 UTC 2006


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

Change 94886 by jb at jb_freebsd2 on 2006/04/10 03:19:24

	Add a cddl directory for code covered by Sun's CDDL like we handle GPL'd
	kernel code.
	
	This should probably only be added to the CSCOPEDIRS if the cddl directory
	exists. If someone building a kernel doesn't want CDDL code included they
	could just leave out the cddl /usr/src/sys/cddl directory. I wonder why
	we don't do this for the /usr/src/sys/gnu directory? Hmmm.

Affected files ...

.. //depot/projects/dtrace/src/sys/Makefile#2 edit

Differences ...

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

@@ -10,7 +10,7 @@
 .endif
 
 # Directories to include in cscope name file and TAGS.
-CSCOPEDIRS=	coda compat conf contrib crypto ddb dev fs gnu i4b isa \
+CSCOPEDIRS=	cddl coda compat conf contrib crypto ddb dev fs gnu i4b isa \
 		isofs kern libkern modules net netatalk netatm netgraph \
 		netinet netinet6 netipx netkey netnatm netncp netsmb nfs \
 		nfsclient nfs4client rpc pccard pci posix4 sys ufs vm \


More information about the p4-projects mailing list