Lines Matching full:release
2 # Makefile for building releases and release media.
5 # cdrom: Builds release CD-ROM media (disc1.iso)
6 # dvdrom: Builds release DVD-ROM media (dvd1.iso)
10 # release: Invokes real-release, vm-release, cloudware-release and oci-release targets
11 # real-release: Build all media and FTP distribution area
12 # vm-release: Build all virtual machine image targets
13 # cloudware-release: Build all cloud hosting provider targets
14 # oci-release: Build all OCI container images
15 # install: Invokes the release-install, vm-install and oci-install targets
16 # release-install: Copies all release installation media into ${DESTDIR}
36 # WITH_VMIMAGES: if set, build virtual machine images with the release
39 # WITH_CLOUDWARE: if set, build cloud hosting disk images with the release
40 # TARGET/TARGET_ARCH: architecture of built release
86 # For installing packages into the release media.
142 CLEANFILES= packagesystem *.txz MANIFEST release ${IMAGES}
189 --exclude .git --exclude @ --exclude usr/src/release/dist \
190 --exclude usr/src/release/obj usr/src )
242 # Create offline pkgbase repo on release media
269 # Install packages onto release media.
276 ${PKG_INSTALL} wifi-firmware-kmod-release || true
345 # Create offline pkgbase repo on release media
371 # Install packages onto release media.
378 ${PKG_INSTALL} wifi-firmware-kmod-release || true
405 release.iso: disc1.iso
443 release: real-release vm-release cloudware-release oci-release target
444 ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} release-done
447 release-done:
448 touch release
450 real-release: obj .WAIT ${RELEASE_TARGETS}
452 install: release-install vm-install oci-install .WAIT cloud-install
454 release-install: