aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/file.sh
Commit message (Collapse)AuthorAgeFilesLines
* Major changesWilliam Harrington2021-12-111-0/+24
|\
| * Use LFS environment variable instead of hard coded /mnt/lfs.William Harrington2021-06-011-1/+1
| |
| * Adjust libmagic link command for ch6 file.William Harrington2021-06-011-1/+1
| |
* | Major updates.William Harrington2021-12-111-21/+21
|/
* Adjust indention. Evil tabs.William Harrington2021-05-041-7/+7
|
* Merge branch 'chapter10'William Harrington2021-04-191-2/+2
|\
| * Use AND lists and remove set -eWilliam Harrington2021-04-141-3/+2
| |
| * Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-131-0/+1
| |
* | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-131-0/+1
|/
* Fix quotes around .William Harrington2021-04-071-1/+1
|
* Add commands to file for moving shared library.William Harrington2021-04-071-1/+4
|
* Clean up chapter6 scripts.William Harrington2021-03-231-5/+9
|
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-221-3/+1
| | | | required.
* Add chapter 6 commands. Had some fixes for m4 regrding -Wabi=11 and ↵William Harrington2021-03-211-0/+15
-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.