Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last exit code will be the unset... remove it. Don't need it anyway. | William Harrington | 2021-03-26 | 1 | -2/+0 |
| | |||||
* | Unset CFLAGS when done. | William Harrington | 2021-03-25 | 1 | -0/+2 |
| | |||||
* | Unset variables no longer used. | William Harrington | 2021-03-25 | 1 | -0/+2 |
| | |||||
* | Change case of FILE to file and rename DIRS to directories. | William Harrington | 2021-03-25 | 1 | -5/+5 |
| | |||||
* | Use HOME variable when changing ownership of backup archive. | William Harrington | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Adjust some text and use printf. | William Harrington | 2021-03-24 | 1 | -3/+3 |
| | |||||
* | Adjust indention. | William Harrington | 2021-03-24 | 1 | -10/+10 |
| | |||||
* | Use an array to pass directories to compress to tar. | William Harrington | 2021-03-23 | 1 | -2/+3 |
| | |||||
* | Remove stray S when stripping | William Harrington | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | Fix some issues with backup file location and use /home/kb0iic variable and ↵ | William Harrington | 2021-03-23 | 2 | -4/+4 |
| | | | | use -T in front of NUMPROCS for XZ_OPTS. | ||||
* | Clean up chapter6 scripts. | William Harrington | 2021-03-23 | 19 | -90/+132 |
| | |||||
* | 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 | 17 | -48/+14 |
| | | | | required. | ||||
* | 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. |