Lines Matching +full:build +full:- +full:release

5 ## defined in release.sh.
10 ## Set the directory within which the release will be built.
25 #GITCMD="/usr/local/bin/git clone -q --branch main"
39 #MAKE_FLAGS="-s"
41 ## Set to use world- and kernel-specific make(1) flags.
42 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
43 #KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
45 ## Set miscellaneous 'make release' settings.
51 ## Set to '1' to disable multi-threaded xz(1) compression.
57 ## Set to a list of ports required to build embedded system-on-chip
58 ## images, such as sysutils/u-boot-rpi.
62 ## is passed to make(1) to set the TARGET (value of uname -m) to cross
63 ## build.
67 ## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p)
68 ## to cross build.
72 ## step if it is expected the build environment will exist via alternate
76 ## Set to a non-empty value skip checkout or update of /usr/src in
80 ## Set to a non-empty value skip checkout or update of /usr/ports in
84 ## Set to pass additional flags to make(1) for the build chroot setup, such
88 ## Set to a non-empty value to build virtual machine images as part of the
89 ## release build.
92 ## Set to a non-empty value to compress virtual machine images with xz(1)
93 ## as part of the release build.
96 ## If WITH_VMIMAGES is set to a non-empty value, this is the name of the
100 ## If WITH_VMIMAGES is set to a non-empty value, this is the size of the
105 ## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
107 ## manual page, as well as 'mkimg --formats' output.
110 ## Set to a non-empty value to build virtual machine images for various
111 ## cloud providers as part of the release build.
114 ## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers
116 #CLOUDWARE="EC2 GCE ORACLE VAGRANT-VIRTUALBOX VAGRANT-VMWARE"
118 ## If WITH_OCIIMAGES is set to a non-empty value, build Open Container
119 ## Initiative (OCI) base images as part of the release.