]> 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, 3 Jun 2026 04:02:35 +0000 (01:02 -0300)
commitb57602e837b91c64e162d9f9e570dfa40ec44dc8
tree341af4335c1db23faded07937fac8cc9c8268d85
parent4fac48f88784247aeb1477e25617fb8eed035512
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