|
@@ -50,7 +50,7 @@
|
|
|
<para>Make sure there are no stale files and dependencies lying around
|
|
|
from previous activity:</para>
|
|
|
|
|
|
-<screen><userinput remap="install">make mrproper</userinput></screen>
|
|
|
+<screen><userinput remap="pre">make mrproper</userinput></screen>
|
|
|
|
|
|
<para>Now test and extract the user-visible kernel headers from the source.
|
|
|
They are placed in an intermediate local directory and copied to the needed
|
|
@@ -59,10 +59,10 @@
|
|
|
the kernel developers and not needed by LFS that are removed from
|
|
|
the intermediate directory.</para>
|
|
|
|
|
|
-<screen><userinput remap="install">make headers_check
|
|
|
+<screen><userinput remap="make">make headers_check
|
|
|
make INSTALL_HDR_PATH=dest headers_install
|
|
|
find dest/include \( -name .install -o -name ..install.cmd \) -delete
|
|
|
-cp -rv dest/include/* /usr/include</userinput></screen>
|
|
|
+</userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen>
|
|
|
|
|
|
</sect2>
|
|
|
|