aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-04-12 18:10:30 -0500
committerRob Landley <rob@landley.net>2022-04-12 18:10:30 -0500
commit9798b6066986391a606051c3bf0fe45dbfb4e30f (patch)
treea1cb27945e14d466ec25fcb798dee1b73fb3cb5d
parentee089094453ff5bd2ff831fc7d75933b4ddcb0c6 (diff)
downloadtoybox-9798b6066986391a606051c3bf0fe45dbfb4e30f.tar.gz
Grab definition of UNSTRIPPED and friends.
-rwxr-xr-xscripts/change.sh2
1 files changed, 2 insertions, 0 deletions
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/} &&