Date: Sun, 16 Apr 2006 22:14:01 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95396 for review Message-ID: <200604162214.k3GME1XN061525@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95396 Change 95396 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604162214.k3GME1XN061525>