diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-29 13:04:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-29 13:04:43 +0000 |
commit | aba1787b5c2973b1e7f6b5a8465326e0229d2bdf (patch) | |
tree | 23165e952e0af1690b1d56920cd4c53bdbfa7174 | |
parent | f87f4e3f97158c064b8aebfde1d83530740cbbdd (diff) | |
download | lh-bootstrap-aba1787b5c2973b1e7f6b5a8465326e0229d2bdf.tar.xz |
Update dep to GNU make 4.4 with a note
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -118,7 +118,11 @@ you can get a native toolchain [here](https://skarnet.org/toolchains/). - The ability to loop-mount filesystems on the BUILD machine. - A few necessary tools for the BUILD machine: - + GNU `make`, version 3.81 or later + + GNU `make`, version 4.4 or later. It will work with versions older than 4.4 +if you don't use the `-j` option, but that means slow +builds. (Explanation: when asked for parallel builds, lh-bootstrap uses the +`--jobserver-style` option to `make` in order to work around some bugs. But this +option only appears in GNU make 4.4.) + `bc`, Perl 5 (necessary for the Linux kernel compilation as well as syslinux) + `su`, `patch`, `sed` + `git` |