mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Avoid MK_TESTS error on stable/10 by just preventing SUBDIR recursion.
This commit is contained in:
parent
abaf3e4ee2
commit
dfb898bee2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -317,7 +317,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
|
|||
MMAKE= ${MMAKEENV} ${MAKE} \
|
||||
MAN= -DNO_SHARED \
|
||||
-DNO_CPU_CFLAGS -DNO_WERROR \
|
||||
MK_TESTS=no \
|
||||
-DNO_SUBDIR \
|
||||
DESTDIR= PROGNAME=${MYMAKE:T}
|
||||
|
||||
bmake: .PHONY
|
||||
|
|
|
|||
Loading…
Reference in a new issue