Date: Mon, 10 Apr 2006 03:20:12 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94886 for review Message-ID: <200604100320.k3A3KCoA086379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94886 Change 94886 by jb@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604100320.k3A3KCoA086379>