Opened 21 years ago

Closed 21 years ago

#516 closed defect (fixed)

Don't use cp -H in chapter 5 - kernel headers

Reported by: gerard@… Owned by: lfs-book@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Host system's cp might not understand the -H option. Mandrake 8.x is reported to have fileutils-4.0p that doesn't have the -H option built-in.

Revert to these commands instead for the chapter 5 - kernel headers. Chapter 6 can remain unchanged as we install a recent coreutils now that does know about cp -H

make mrproper && make include/linux/version.h && make symlinks && mkdir /stage1/include/asm && cp include/asm/* /stage1/include/asm && cp -R include/asm-generic /stage1/include && cp -R include/linux /stage1/include && touch /stage1/include/linux/autoconf.h

Change History (2)

comment:1 by gerard@…, 21 years ago

Status: newassigned

comment:2 by gerard@…, 21 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.