Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | William Harrington | 2021-03-18 | 1 | -2/+2 |
| | | | | after the wait. | ||||
* | Add Chapter 5 build scripts for binutils, gcc, glibc, libstdc++ and ↵ | William Harrington | 2021-03-18 | 5 | -0/+112 |
| | | | | linux-api-headers. | ||||
* | Add package install. If package has been built then continue. Extract ↵ | William Harrington | 2021-03-18 | 1 | -0/+50 |
| | | | | package, then build and pass background proces pid to spinner then when done, based on return value, display fail message or say package is done and touch a file named the package to notify the package was sucessfully built and installed during a consecutive run. | ||||
* | 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 ↵ | William Harrington | 2021-03-18 | 1 | -0/+25 |
| | | | | background process when it ends. | ||||
* | 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 ↵ | William Harrington | 2021-03-17 | 2 | -2/+8 |
| | | | | resulting in an infinite loop. Add commnds to lfs.sh to cpoy scripts and csv to /sources then cd into that directory, set the PATH to use tools/bin and download source. | ||||
* | version check never fails, it's there to make sure your host is appropriate. ↵ | William Harrington | 2021-03-16 | 1 | -0/+2 |
| | | | | When the build is set off it tells you warnings. If the build fails, should run version check again. | ||||
* | 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 |