Set STAGE_TARGETS only if RELEASEDIR exists.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d97ccee166
commit
b4995ae486
@ -16,7 +16,9 @@
|
||||
|
||||
RELEASEDIR?= /R
|
||||
FTPDIR?= ${RELEASEDIR}/ftp-stage
|
||||
.if exists(${RELEASEDIR})
|
||||
STAGE_TARGETS?= iso-images-stage
|
||||
.endif
|
||||
|
||||
.if (defined(EMBEDDED_TARGET) && !empty(EMBEDDED_TARGET)) || (defined(EMBEDDEDBUILD) && !empty(EMBEDDEDBUILD))
|
||||
. if ${TARGET} == "arm" || ${EMBEDDED_TARGET} == "arm"
|
||||
|
Loading…
Reference in New Issue
Block a user