mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
make: remove a bit of cruft related to tests
Meant as a means to boost cooperation they basically led nowhere and sometimes refuse to build cleanly after a base build. Let's go with the sign of the times here and expose them less which also doesn't change the default behaviour.
This commit is contained in:
parent
51fa9a476e
commit
9422bc4c3b
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -104,7 +104,6 @@ DEVICE?= A10
|
|||
KERNEL?= SMP
|
||||
NAME?= OPNsense
|
||||
SUFFIX?= # empty
|
||||
TESTS?= # empty
|
||||
TYPE?= ${NAME:tl}
|
||||
UEFI?= arm dvd serial vga vm
|
||||
VERSION?= ${_VERSION}
|
||||
|
|
@ -147,9 +146,6 @@ SRCDIR?= ${ROOTDIR}/src
|
|||
# A couple of meta-targets for easy use and ordering:
|
||||
|
||||
kernel ports distfiles: base
|
||||
.if !empty(TESTS)
|
||||
base: tests
|
||||
.endif
|
||||
audit plugins: ports
|
||||
core: plugins
|
||||
packages test: core
|
||||
|
|
|
|||
Loading…
Reference in a new issue