From 618fd0a605bb695eb42bbd05fea8d2b96fd0cc8e Mon Sep 17 00:00:00 2001 From: John Birrell Date: Wed, 1 Nov 2006 09:05:40 +0000 Subject: [PATCH] When building an upgraded make, don't worry about processing it for use with DTrace because the normal buildworld will do that when the tools are built. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fab97065c4..9909f446364 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MAKEPATH} \ 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