Date: Thu, 27 Sep 2007 22:01:15 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 126887 for review Message-ID: <200709272201.l8RM1FRl079720@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126887 Change 126887 by jb@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709272201.l8RM1FRl079720>