Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare chapter 7 build scripts. | William Harrington | 2021-03-22 | 8 | -1/+206 |
| | |||||
* | Not ready for chapter7 scripts, yet. | William Harrington | 2021-03-22 | 7 | -0/+0 |
| | |||||
* | Add a percentage count while downloading tarball and if md5sum doesn't ↵ | William Harrington | 2021-03-22 | 1 | -3/+3 |
| | | | | match, rm the downloaded file. | ||||
* | Remove LFS_SRC and use /sources, make extraction text intense blue, and ↵ | William Harrington | 2021-03-22 | 1 | -4/+10 |
| | | | | change the way we move files to include hidden files. Will be need for Perl and possibly other tarballs with hidden files. | ||||
* | Add bold, intense and blinking. | William Harrington | 2021-03-22 | 1 | -0/+32 |
| | |||||
* | redirect all output to null. | William Harrington | 2021-03-22 | 1 | -2/+2 |
| | |||||
* | Remove LFS_SRC and use /sources so that when we are in chroot, this script ↵ | William Harrington | 2021-03-22 | 1 | -4/+1 |
| | | | | works there. | ||||
* | Add some build features. | William Harrington | 2021-03-22 | 1 | -14/+41 |
| | |||||
* | Merge branch 'master' into chapter7 | William Harrington | 2021-03-22 | 1 | -1/+1 |
|\ | |||||
| * | Make python doc not even match one of the build targets. | William Harrington | 2021-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into chapter7 | William Harrington | 2021-03-22 | 1 | -1/+1 |
|\| | |||||
| * | Add - for space in python documentation. | William Harrington | 2021-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into chapter7 | William Harrington | 2021-03-22 | 1 | -1/+1 |
|\| | |||||
| * | Change fawk to gawk in packages.csv so gawk builds and doesn't get skipped ↵ | William Harrington | 2021-03-22 | 1 | -1/+1 |
| | | | | | | | | resulting in errors in ch7. | ||||
* | | Add chapter 7 package scripts. | William Harrington | 2021-03-22 | 7 | -0/+0 |
|/ | |||||
* | Echo a success message when entering chroot. | William Harrington | 2021-03-22 | 1 | -2/+1 |
| | |||||
* | Add lines for preparing chroot and entering chroot. Add commented lines for ↵ | William Harrington | 2021-03-22 | 1 | -0/+17 |
| | | | | chapter 6 cleanup and backup. | ||||
* | Add basic inside chroot script. | William Harrington | 2021-03-22 | 1 | -0/+6 |
| | |||||
* | Add prepare chroot script. | William Harrington | 2021-03-22 | 1 | -0/+75 |
| | |||||
* | Add optional cleanup and backup chapter6 scripts. Always nice to backup ↵ | William Harrington | 2021-03-22 | 2 | -0/+43 |
| | | | | before working on tasks preparing for chroot. | ||||
* | Remove interpreter from scripts that are sourced. Remove executable bits are ↵ | William Harrington | 2021-03-22 | 28 | -79/+27 |
| | | | | required. | ||||
* | Use MAKEFLAGS with GLIBC's PARALLELMFLAGS. | William Harrington | 2021-03-21 | 1 | -2/+2 |
| | |||||
* | Add chapter 6 commands. Had some fixes for m4 regrding -Wabi=11 and ↵ | William Harrington | 2021-03-21 | 17 | -0/+216 |
| | | | | -fpermissive and help2man --no-discard-stderr for m4 and diffutils. Also had to remove host's /usr/lib/libiberty.a as binutils pass2 kept using it for some reason. | ||||
* | Clear screen before build starts. | William Harrington | 2021-03-21 | 1 | -1/+3 |
| | |||||
* | Show only percentage at end of downloading line. | William Harrington | 2021-03-21 | 1 | -6/+16 |
| | |||||
* | Add env.sh and separate environment settings from main lfs.sh script. | William Harrington | 2021-03-21 | 1 | -0/+33 |
| | |||||
* | Hardcode path to mkfs as sudo may not always set PATH to include /sbin. | William Harrington | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | Remove patches comment | William Harrington | 2021-03-21 | 1 | -3/+1 |
| | |||||
* | Add comments. | William Harrington | 2021-03-19 | 1 | -0/+16 |
| | |||||
* | Assign retval after spinner returns exit code. | William Harrington | 2021-03-19 | 1 | -0/+1 |
| | |||||
* | Add patches.csv to be copied and processed in download. | William Harrington | 2021-03-19 | 2 | -20/+7 |
| | |||||
* | Create separate patches csv and remove patches from packages.csv. | William Harrington | 2021-03-19 | 2 | -6/+6 |
| | |||||
* | Update GLIBC chapter5 build/install commands. | William Harrington | 2021-03-19 | 1 | -3/+3 |
| | |||||
* | Put compiling message on a new line. | William Harrington | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Rename any lines with patches with '-patch' appended to the end. | William Harrington | 2021-03-19 | 1 | -5/+5 |
| | |||||
* | Use filename instead of url as output when downloading and redirect stdout ↵ | William Harrington | 2021-03-19 | 1 | -3/+3 |
| | | | | sterr for md5sum to /dev/null. Put Failed message on a new line. | ||||
* | Add different styles of spinners. | William Harrington | 2021-03-19 | 1 | -4/+26 |
| | |||||
* | Add retval to download and report failure. | William Harrington | 2021-03-19 | 1 | -0/+4 |
| | |||||
* | Remove the echo. Verified PATH looks correct. | William Harrington | 2021-03-18 | 1 | -1/+0 |
| | |||||
* | Add spinner when extracting source. | William Harrington | 2021-03-18 | 1 | -2/+3 |
| | |||||
* | Add some spinner and OK status to the download commands. | William Harrington | 2021-03-18 | 1 | -3/+6 |
| | |||||
* | For this particular setup, old host OS, had to build newer made for GLIBC. ↵ | William Harrington | 2021-03-18 | 1 | -1/+1 |
| | | | | Host has 3.81, GLIBC wants >=4.0. | ||||
* | Properly setup environment for build. May have been causing issues later on ↵ | William Harrington | 2021-03-18 | 1 | -4/+12 |
| | | | | in the build especially with M4. | ||||
* | Remove downloding patches separately. | William Harrington | 2021-03-18 | 1 | -8/+1 |
| | |||||
* | Add patches. | William Harrington | 2021-03-18 | 1 | -0/+5 |
| | |||||
* | Add patches to download.sh. | William Harrington | 2021-03-18 | 1 | -1/+8 |
| | |||||
* | Add missing retval line. | William Harrington | 2021-03-18 | 1 | -0/+1 |
| | |||||
* | Return the exit status from packageinstall scrip to the chapter loops in ↵ | William Harrington | 2021-03-18 | 2 | -5/+16 |
| | | | | lfs.sh and for sure stop the script when non zero status is returned. | ||||
* | Add braces to LFS variable. | William Harrington | 2021-03-18 | 2 | -4/+4 |
| | |||||
* | Add braces to LFS variable. | William Harrington | 2021-03-18 | 1 | -1/+1 |
| |