freebsd-dev/cddl/contrib/opensolaris
Alex Richardson f57b27e3f8 Fix -DBUILD_WITH_STRICT_TMPPATH dtrace builds
Some of the scripts used for libdtrace invoke nawk instead of awk
(for example cddl/contrib/opensolaris/lib/libdtrace/common/mknames.sh).
When bootstrapping all tools, we get the nawk -> awk link while building
usr.bin/awk, but when linking/copying the dependencies from the host we
were only adding awk but not nawk.

This was silently generating invalid files when building libdtrace with
BUILD_WITH_STRICT_TMPPATH=1 since those scripts invoke nawk instead of
awk. In addition to adding the missing link this commit also adds
set -e to those scripts to catch errors like this in the future.

Reviewed By:	markj, emaste
Differential Revision: https://reviews.freebsd.org/D26025
2020-08-11 16:46:48 +00:00
..
cmd MFOpenZFS: Add support for boot environment data to be stored in the label 2020-08-05 14:32:20 +00:00
common libctf: Don't construct pointers to out of bounds array offsets 2018-03-26 22:02:36 +00:00
head MFV r270197: 2014-08-22 22:13:36 +00:00
lib Fix -DBUILD_WITH_STRICT_TMPPATH dtrace builds 2020-08-11 16:46:48 +00:00
tools/ctf Fix cddl tools bootstrapping on macOS and Linux 2020-08-07 16:03:55 +00:00
OPENSOLARIS.LICENSE