Opened 20 years ago
Closed 20 years ago
#1072 closed defect (invalid)
minor typo/omission
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
To install the header files, the reader is asked to do the following:
cp -R include/asm-i386 /tools/include/asm cp -R include/linux /tools/include
I believe that both occurrences of "/tools/include" above should be "$LFS/tools/include". This is chapter 5, before any chrooting has occured.
Note:
See TracTickets
for help on using tickets.
The original commands were correct. The book symlinks $LFS/tools to / so that '/tools' is a link to $LFS/tools. That's why in chapter 5 all commands use --prefix=/tools. It's a way to keep the PATH the same whether you are in chapter 5 or in chrooted in chapter 6.