From 9798b6066986391a606051c3bf0fe45dbfb4e30f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 12 Apr 2022 18:10:30 -0500 Subject: [PATCH] Grab definition of UNSTRIPPED and friends. --- scripts/change.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/change.sh b/scripts/change.sh index ad01ba24..74889aa7 100755 --- a/scripts/change.sh +++ b/scripts/change.sh @@ -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/} &&