diff options
author | gjb <gjb@FreeBSD.org> | 2015-02-24 21:06:25 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-02-24 21:06:25 +0000 |
commit | 3bcf3bd6f0f56e323e99df4895a86c358d70b5fe (patch) | |
tree | 189349367f5e298f327492c17b5cc86e35c0973f /release/Makefile | |
parent | eca02d5385c280e24e44c4f86025ef339ba63c25 (diff) | |
download | FreeBSD-src-3bcf3bd6f0f56e323e99df4895a86c358d70b5fe.zip FreeBSD-src-3bcf3bd6f0f56e323e99df4895a86c358d70b5fe.tar.gz |
Add 'cloudware-install' target to handle copying cloud
disk images to a directory within DESTDIR.
Add CLOUDINSTALL variable to automatically generate the
actual list of install targets. While here, rename the
cloud-specific names from 'vm-' to 'cw-' to avoid naming
collisions.
Add AZURE_DISK, GCE_DISK, and OPENSTACK_DISK output file
variables.
Add 'cloudware-install' to the 'install' target.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index e469307..e3485f2 100644 --- a/release/Makefile +++ b/release/Makefile @@ -286,7 +286,7 @@ real-release: ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} ${RELEASE_TARGETS} -install: release-install vm-install +install: release-install vm-install cloudware-install release-install: .if defined(DESTDIR) && !empty(DESTDIR) |