Ensure the TYPE, BRANCH, and REVISION variables are set in
cloudware targets when OSRELEASE is overridden. Submitted by: Trond Endrestol PR: 243287 MFC after: 3 days Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
fb27d7ae7c
commit
e2827b51f0
@ -39,6 +39,12 @@ VAGRANT-VMWARE_FORMAT= vmdk
|
||||
VAGRANT-VMWARE_DESC= Vagrant Image for VMWare
|
||||
VAGRANT-VMWARE_DISK= ${OSRELEASE}.vmware.${VAGRANT_FORMAT}
|
||||
|
||||
.for _V in TYPE BRANCH REVISION
|
||||
. if !defined(${_V}) || empty(${_V})
|
||||
${_V}!= eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo $$${_V}
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
emulator-portinstall:
|
||||
.if ${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||
.if ( ${TARGET_ARCH} != "i386" ) || ( ${MACHINE_ARCH} != "amd64" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user