diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:25:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:25:45 +0000 |
commit | bb0c3b3a288055a3b15c41bf81cb4fbf71b6700d (patch) | |
tree | 0852dbc4eff684980790123a78fd72dc95fbc07f /chapter05/linux-headers.xml | |
parent | e844aee20acd5bbf0f621359dee02d8bebe1d524 (diff) |
Correct some role related markup to help with jhalfs' package management feature.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/linux-headers.xml')
-rw-r--r-- | chapter05/linux-headers.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 83e01607c..04340f80c 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -51,16 +51,16 @@ <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 location because the extraction process removes any existing files in the target directory.</para> -<screen><userinput remap="install">make headers_check +<screen><userinput remap="make">make headers_check make INSTALL_HDR_PATH=dest headers_install -cp -rv dest/include/* /tools/include</userinput></screen> +</userinput><userinput remap="install">cp -rv dest/include/* /tools/include</userinput></screen> </sect2> |