PERFORCE change 126887 for review

John Birrell jb at FreeBSD.org
Thu Sep 27 15:01:16 PDT 2007


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

Change 126887 by jb at jb_freebsd1 on 2007/09/27 22:00:26

	Tidy up a bit.

Affected files ...

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

Differences ...

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

@@ -38,16 +38,13 @@
 #
 SUBDIR=	share/info lib libexec
 SUBDIR+=bin
-.if ${MK_CDDL} != "no"
-SUBDIR+=cddl
-.else
-NO_CTF=1
-.endif
 .if ${MK_GAMES} != "no"
 SUBDIR+=games
 .endif
 .if ${MK_CDDL} != "no"
 SUBDIR+=cddl
+.else
+NO_CTF=1
 .endif
 SUBDIR+=gnu include
 .if ${MK_KERBEROS} != "no"
@@ -894,7 +891,8 @@
 .endif
 
 .if ${MK_CDDL} != "no"
-_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf gnu/lib/libdwarf 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