| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 befor... | William Harrington | 2021-03-22 | 2 | -0/+43 |
* | Remove interpreter from scripts that are sourced. Remove executable bits are ... | William Harrington | 2021-03-22 | 28 | -79/+27 |
* | 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 -fpermiss... | William Harrington | 2021-03-21 | 17 | -0/+216 |
* | 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 st... | William Harrington | 2021-03-19 | 1 | -3/+3 |
* | 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. Ho... | William Harrington | 2021-03-18 | 1 | -1/+1 |
* | Properly setup environment for build. May have been causing issues later on i... | William Harrington | 2021-03-18 | 1 | -4/+12 |
* | 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 lfs.... | William Harrington | 2021-03-18 | 2 | -5/+16 |
* | 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 |
* | Add ISL. | William Harrington | 2021-03-18 | 1 | -0/+1 |
* | Redirect popd command to null. Remove continue in first if block, useless here. | William Harrington | 2021-03-18 | 1 | -2/+1 |
* | return retval rather than 0. Maybe better to return the actual return value a... | William Harrington | 2021-03-18 | 1 | -2/+2 |
* | Add Chapter 5 build scripts for binutils, gcc, glibc, libstdc++ and linux-api... | William Harrington | 2021-03-18 | 5 | -0/+112 |
* | Add package install. If package has been built then continue. Extract package... | William Harrington | 2021-03-18 | 1 | -0/+50 |
* | Add colors to use at terminal. | William Harrington | 2021-03-18 | 1 | -0/+12 |
* | Add a spinner to display while building and pass the return value of the back... | William Harrington | 2021-03-18 | 1 | -0/+25 |
* | Add MAKEFLAGS, adjust some variables and include spinner and colors. | William Harrington | 2021-03-18 | 1 | -3/+10 |
* | Make package names lowercase and add entries for linux-api-headers and libstdc++ | William Harrington | 2021-03-18 | 2 | -80/+82 |
* | source download.sh from lfs.sh and don't source lfs.sh from download.sh resul... | William Harrington | 2021-03-17 | 2 | -2/+8 |
* | version check never fails, it's there to make sure your host is appropriate. ... | William Harrington | 2021-03-16 | 1 | -0/+2 |
* | Fix stuff. | William Harrington | 2021-03-16 | 1 | -0/+1 |
* | Was forgotten. | William Harrington | 2021-03-16 | 4 | -0/+160 |
* | Setup lfs environment and disk setup. | William Harrington | 2021-03-15 | 2 | -0/+58 |
* | Fix syntax. | William Harrington | 2021-03-15 | 1 | -1/+1 |
* | initial commit | William Harrington | 2021-03-15 | 1 | -0/+16 |