summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-11-01 09:05:40 +0000
committerjb <jb@FreeBSD.org>2006-11-01 09:05:40 +0000
commit7f880f15f45632bc40511ee0d3775b38e5ae2628 (patch)
tree252ed1ae76b3611bc837110872fb6d471cc33db1 /Makefile
parent8f5ff1bf047e9ee8479d9e4071ddea407b21f1e1 (diff)
downloadFreeBSD-src-7f880f15f45632bc40511ee0d3775b38e5ae2628.zip
FreeBSD-src-7f880f15f45632bc40511ee0d3775b38e5ae2628.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fab970..9909f44 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
OpenPOWER on IntegriCloud