Remove vestigial cloudware-install bits missed in r300767.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-05-26 21:08:44 +00:00
parent 3005a8755a
commit 32a4dda86d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300776
2 changed files with 1 additions and 7 deletions

View File

@ -291,7 +291,7 @@ real-release:
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} ${RELEASE_TARGETS}
install: release-install vm-install cloudware-install
install: release-install vm-install
release-install:
.if defined(DESTDIR) && !empty(DESTDIR)

View File

@ -46,7 +46,6 @@ CLEANFILES+= ${_CW:tl}.img \
${_CW:tl}.${${_CW:tu}_FORMAT} \
${_CW:tl}.${${_CW:tu}_FORMAT}.raw \
cw${_CW:tl}-package
CLOUDINSTALL+= cw${_CW:tl}-install
CLOUDPACKAGE+= cw${_CW:tl}-package
${_CW:tu}IMAGE= ${_CW:tl}.${${_CW:tu}_FORMAT}
. if exists(${.CURDIR}/tools/${_CW:tl}.conf) && !defined(${_CW:tu}CONF)
@ -145,11 +144,6 @@ cloudware-release:
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} ${CLOUDTARGETS}
.endif
cloudware-install:
.if defined(WITH_CLOUDWARE) && !empty(WITH_CLOUDWARE) && !empty(CLOUDWARE)
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} ${CLOUDINSTALL}
.endif
.include "${.CURDIR}/Makefile.ec2"
.include "${.CURDIR}/Makefile.azure"
.include "${.CURDIR}/Makefile.gce"