mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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.
This commit is contained in:
parent
87d0f81ce7
commit
618fd0a605
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue