Add a 'vm-cloudware' target, used to drive all

targets in CLOUDTARGETS.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-11-03 23:59:53 +00:00
parent f61371e0fe
commit 7d2ef96183
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274070

View File

@ -59,6 +59,8 @@ vm-image: vm-base
.endif
touch ${.TARGET}
vm-cloudware: ${CLOUDTARGETS}
vm-azure:
.if exists(${.CURDIR}/${TARGET}/mk-azure.sh)
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} AZURECONF=${AZURECONF} \