Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#270 closed defect (fixed)

Non-existent command line parameter when copyying kernel headers

Reported by: gheesh@… Owned by: gimli@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

For the copy of kernel headers in Chapter 5, 'cp -HR' is used. The '-H' option does not exist in old versions of cp (e.g. 4.0p, the one included with Mandrake 8.0). I suggest going back to the old "mkdir asm && cp -R $LFS/usr/src/linux/asm/* asm/ && ..." method.

Change History (6)

comment:1 by gerard@…, 22 years ago

Let's verify this and then make the change

comment:2 by gerard@…, 22 years ago

Priority: normalhighest

comment:3 by gimli@…, 22 years ago

Owner: changed from lfs-book@… to marc_heerdink@…
Status: newassigned

comment:4 by gimli@…, 22 years ago

Resolution: fixed
Status: assignedclosed

Changed to

mkdir $LFS/usr/include/asm && cp include/asm/* $LFS/usr/include/asm && cp -R include/linux $LFS/usr/include

this should work on all versions of cp.

comment:5 by gerard@…, 22 years ago

Keywords: VERIFIED added

comment:6 by gerard@…, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.