Don't build share/syscons in build-tools stage if MK_SYSCONS == "no"
Reviewed By: emaste, jhb Approved By: jhb (mentor) Differential Revision: https://reviews.freebsd.org/D12926
This commit is contained in:
parent
5c050bc4fc
commit
ebe45c64a0
@ -1976,7 +1976,7 @@ bootstrap-tools: ${_bt}-${_tool}
|
||||
#
|
||||
# build-tools: Build special purpose build tools
|
||||
#
|
||||
.if !defined(NO_SHARE)
|
||||
.if !defined(NO_SHARE) && ${MK_SYSCONS} != "no"
|
||||
_share= share/syscons/scrnmaps
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user