diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-15 12:44:26 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-15 12:44:26 +0000 |
commit | e1d4697bc4af580c8bbdb8256fdc90626e18a226 (patch) | |
tree | 99c4cf49c4ba57d83bb03512bce0a89a0ac9d9f3 /dist | |
parent | b6a9a1a3c8b98077cce47d579069c42080d17da5 (diff) | |
download | midipix_build-e1d4697bc4af580c8bbdb8256fdc90626e18a226.tar.bz2 midipix_build-e1d4697bc4af580c8bbdb8256fdc90626e18a226.tar.xz |
Set -o nounset in addition to +o errexit -o nounset.
groups/000.host_tools.group:libtool_host:${PKG_LIBTOOL}: build w/ `none'.
subr/build_init.subr:buildp_init_getopts(): set ${DEFAULT_BUILD_CPUS} prior to ex_pkg_load_vars() call.
subr/pkg_{build,install_make}.subr: only pass `LIBTOOL=${PKG_LIBTOOL}' if set and not `none'.
vars/libtool_host.vars: removes obsolete vars file.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/dist_gitref.dist | 2 | ||||
-rw-r--r-- | dist/dist_minipix.dist | 2 | ||||
-rw-r--r-- | dist/dist_zipdist.dist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/dist_gitref.dist b/dist/dist_gitref.dist index a04b0f01..4ebd4124 100644 --- a/dist/dist_gitref.dist +++ b/dist/dist_gitref.dist @@ -1,5 +1,5 @@ # -# set +o errexit -o noglob is assumed. +# set +o errexit -o noglob -o nounset is assumed. # pkg_dist_gitref_all() { diff --git a/dist/dist_minipix.dist b/dist/dist_minipix.dist index 99d4b2f8..5bcc05b9 100644 --- a/dist/dist_minipix.dist +++ b/dist/dist_minipix.dist @@ -1,5 +1,5 @@ # -# set +o errexit -o noglob is assumed. +# set +o errexit -o noglob -o nounset is assumed. # pkg_dist_minipix_all() { diff --git a/dist/dist_zipdist.dist b/dist/dist_zipdist.dist index 27d68ac7..70063264 100644 --- a/dist/dist_zipdist.dist +++ b/dist/dist_zipdist.dist @@ -1,5 +1,5 @@ # -# set +o errexit -o noglob is assumed. +# set +o errexit -o noglob -o nounset is assumed. # pkg_dist_zipdist_all() { |