summaryrefslogtreecommitdiff
path: root/build_stage2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_stage2.sh')
-rwxr-xr-xbuild_stage2.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_stage2.sh b/build_stage2.sh
index 8cf5dfd..349f8cd 100755
--- a/build_stage2.sh
+++ b/build_stage2.sh
@@ -11,6 +11,9 @@
PACKAGES="bash"
+# build bash first as 'cd subpackage' in autoconf generated makefiles break
+# with cross-compiled bash
+
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage2_package.sh" "$p" || exit 1
done