PERFORCE change 138740 for review

John Birrell jb at FreeBSD.org
Thu Mar 27 13:05:07 PDT 2008


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

Change 138740 by jb at jb_freebsd1 on 2008/03/27 20:04:44

	Turn off CTF conversion on the lib32 part of the build for now.
	There is a build tool issue with enabling this.

Affected files ...

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

Differences ...

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

@@ -285,7 +285,7 @@
 
 LIB32WMAKE=	${LIB32WMAKEENV} ${MAKE} -DNO_CPU_CFLAGS -DCOMPAT_32BIT \
 		-DWITHOUT_BIND -DWITHOUT_MAN -DWITHOUT_NLS -DWITHOUT_INFO \
-		-DWITHOUT_HTML DESTDIR=${LIB32TMP}
+		-DWITHOUT_HTML -DNO_CTF DESTDIR=${LIB32TMP}
 LIB32IMAKE=	${LIB32WMAKE:NINSTALL=*:NDESTDIR=*} -DNO_INCS
 .endif
 


More information about the p4-projects mailing list