Makefile: use errexit, pipefail, and nounset

This commit is contained in:
Tim Hockin 2022-02-25 09:34:46 -08:00
parent 05a71be79d
commit 9ad4a659ae

View File

@ -30,7 +30,7 @@ endif
# clean: Clean up.
# It's necessary to set this because some environments don't link sh -> bash.
SHELL := /usr/bin/env bash
SHELL := /usr/bin/env bash -o errexit -o pipefail -o nounset
# Define variables so `make --warn-undefined-variables` works.
PRINT_HELP ?=