1 ZMAKE(1) User Commands ZMAKE(1) 2 3 4 5 NAME 6 zmake - Build just the OpenZFS bits of an illumos code repository 7 8 SYNOPSIS 9 /opt/onbld/bin/zmake [directory] 10 11 DESCRIPTION 12 The zmake command either runs under bldenv(1) or take a directory path 13 to an illumos source tree. It builds just the components of illumos 14 that comprise the OpenZFS implementation. This command is intended for 15 OpenZFS developers from non-illumos platforms to confirm that their 16 changes build on illumos without having to resort to a full nightly(1) 17 build. 18 19 Unlike nightly(1), zmake does not require ALL of the supplemental 20 packages a full illumos build needs. It does, however, requires a 21 subset of them. This subset is: 22 23 24 25 If the required packages are installed (via your distribution's 26 mechanisms), this command will build the set of packages required to 27 confirm OpenZFS builds. 28 29 30 31 ENVIRONMENT 32 This command prefers to have two environment variables set prior to 33 running, because they are variable across distributions: 34 35 36 37 38 SEE ALSO 39 bldenv(1), nightly(1) 40 41 42 43 11 November 2014 ZMAKE(1)