]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
ports: move bash from toolchain/ to ports/bash/
authorTulio A M Mendes <[email protected]>
Wed, 20 May 2026 15:44:02 +0000 (12:44 -0300)
committerTulio A M Mendes <[email protected]>
Wed, 20 May 2026 15:44:02 +0000 (12:44 -0300)
commit3d612201dec85a1819ea9c53c0189148d9f04bd8
treed294ad0516c6b291b011cd432fed3b59346af443
parentadff145323bafc625f9012501e7026b5adea9352
ports: move bash from toolchain/ to ports/bash/

- Create ports/bash/build.sh with full cross-compile logic (download,
  patch config.sub, config.cache, configure, build, install)
- Remove Step 5 (bash build) from toolchain/build.sh: SKIP_BASH,
  BASH_VER, BASH_URL, --skip-bash arg, patch_bash(), config.cache,
  configure, build, and summary reference
- Update ports/README.md to reference ports/bash/build.sh instead
  of toolchain/build.sh
ports/README.md
ports/bash/build.sh [new file with mode: 0755]
toolchain/build.sh