Various environment variables can be set build a package in a particular way.
Table 3.2. Build Environment Variables
Name | Description | Value Type | REQ? |
---|---|---|---|
APKG_BUILD_SKIP_CONFIGURE |
When set to 1, prepareBuild() will not run configure. This, in combination with $APKG_BUILD_SKIP_CONFIGURE, is useful if you only want to create a package but not recompile all the source code. If you're not using prepareBuild, your [BuildPrepare] code should respect this variable. |
numeral | No |
APKG_BUILD_SKIP_MAKE |
When set to 1, prepareBuild() will not run make. This, in combination with $APKG_BUILD_SKIP_CONFIGURE, is useful if you only want to create a package but not recompile all the source code. If you're not using prepareBuild, your [BuildPrepare] code should respect this variable. |
numeral | No |
APKG_BUILD_VERBOSE |
When set to 0, no build output text will be echoed. |
numeral | No |