ZMAKE(1) User Commands ZMAKE(1)

NAME

zmake - Build just the OpenZFS bits of an illumos code repository

SYNOPSIS

/opt/onbld/bin/zmake [directory]

DESCRIPTION

The zmake command either runs under bldenv(1) or take a directory path to an illumos source tree. It builds just the components of illumos that comprise the OpenZFS implementation. This command is intended for OpenZFS developers from non-illumos platforms to confirm that their changes build on illumos without having to resort to a full nightly(1) build.
 
Unlike nightly(1), zmake does not require ALL of the supplemental packages a full illumos build needs. It does, however, requires a subset of them. This subset is:
 
 

If the required packages are installed (via your distribution's mechanisms), this command will build the set of packages required to confirm OpenZFS builds.

 

 

ENVIRONMENT

This command prefers to have two environment variables set prior to running, because they are variable across distributions:
 
 

 

SEE ALSO

bldenv(1), nightly(1)
11 November 2014