mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
META MODE: Avoid creating TESTS directories for bootstrap.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
1db83e6350
commit
24b1e7f11d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ BSARGS= DESTDIR= \
|
|||
MK_LLDB=no MK_TESTS=no \
|
||||
MK_INCLUDES=yes
|
||||
|
||||
DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1
|
||||
DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1 MK_TESTS=no
|
||||
legacy: .MAKE .META
|
||||
mkdir -p ${LEGACY_TOOLS}
|
||||
${DISTRIB_ENV} ${MAKE} -C ${SRCTOP}/etc distrib-dirs \
|
||||
|
|
|
|||
Loading…
Reference in a new issue