Opened 23 years ago
Closed 23 years ago
#516 closed defect (fixed)
Don't use cp -H in chapter 5 - kernel headers
| Reported by: | Owned by: | ||
|---|---|---|---|
| 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 , 23 years ago
| Status: | new → assigned |
|---|
comment:2 by , 23 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
