3 | | - `build/pkgs/PREREQ/distros/debian.txt` etc. - would record the minimal requirements (system packages) for installing from source. (to replace #29053's file build/pkgs/debian.txt) |
4 | | - `build/pkgs/BOOTSTRAP/distros/debian.txt` etc. - would record the additional requirements for running `./bootstrap` (autotools and such) |
5 | | - `build/pkgs/TOOLCHAIN/deps` - to replace some special Makefile targets currently in `build/make/deps`. |
| 3 | - `build/pkgs/_prereq/distros/debian.txt` etc. - would record the minimal requirements (system packages) for installing from source. (to replace #29053's file build/pkgs/debian.txt) |
| 4 | - `build/pkgs/_bootstrap/distros/debian.txt` etc. - would record the additional requirements for running `./bootstrap` (autotools and such) |
| 5 | - `build/pkgs/_toolchain/deps` - to replace some special Makefile targets currently in `build/make/deps`. |