PERFORCE change 95396 for review

John Birrell jb at FreeBSD.org
Sun Apr 16 22:14:02 UTC 2006


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

Change 95396 by jb at jb_freebsd2 on 2006/04/16 22:13:25

	When upgrading make, don't add CTF data -- doing that would
	just make the upgrade complicated. Let the buildwould take care
	of that eventually.

Affected files ...

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

Differences ...

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

@@ -240,7 +240,7 @@
 MMAKE=		${MMAKEENV} make \
 		-D_UPGRADING \
 		-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
-		-DNO_CPU_CFLAGS -DNO_WERROR
+		-DNO_CPU_CFLAGS -DNO_WERROR -DNO_CTF
 
 make: .PHONY
 	@echo


More information about the p4-projects mailing list