Grab definition of UNSTRIPPED and friends.

This commit is contained in:
Rob Landley 2022-04-12 18:10:30 -05:00
parent ee08909445
commit 9798b60669

View File

@ -2,6 +2,8 @@
# build each command as a standalone executable
source scripts/portability.sh
NOBUILD=1 scripts/make.sh > /dev/null &&
${HOSTCC:-cc} -I . scripts/install.c -o "$UNSTRIPPED"/instlist &&
export PREFIX=${PREFIX:-change/} &&