diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/linux-headers.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 9396208c9..3c068bf77 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -49,12 +49,9 @@ <para>Install the header files:</para> -<screen><userinput>mkdir /tools/tmp -make mrproper +<screen><userinput>make mrproper make headers_check -make INSTALL_HDR_PATH=/tools/tmp headers_install -cp -R /tools/tmp/include/* /tools/include -rm -r /tools/tmp</userinput></screen> +cp -av usr/include/* /tools/include</userinput></screen> </sect2> |