mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
/bin/pwd already exists now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c6ec995e9b
commit
62be7ddc90
@ -23,13 +23,6 @@ have write access to the kernel source.</para>
|
|||||||
on the <filename>linux-&kernel-version;</filename> directory
|
on the <filename>linux-&kernel-version;</filename> directory
|
||||||
to ensure all files are owned by user <emphasis>root</emphasis>.</para>
|
to ensure all files are owned by user <emphasis>root</emphasis>.</para>
|
||||||
|
|
||||||
<para>Kernel header installation requires the <filename>pwd</filename> program.
|
|
||||||
In the kernel source the path to the <filename>pwd</filename> program is
|
|
||||||
hard-wired as <filename>/bin/pwd</filename>.
|
|
||||||
Create a symlink to account for that:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>Prepare for header installation:</para>
|
<para>Prepare for header installation:</para>
|
||||||
|
|
||||||
<para><screen><userinput>make mrproper</userinput></screen></para>
|
<para><screen><userinput>make mrproper</userinput></screen></para>
|
||||||
@ -67,7 +60,5 @@ failures. Create an empty <filename>autoconf.h</filename> file:</para>
|
|||||||
<para>Since the <filename>/bin/pwd</filename> symlink we created earlier
|
<para>Since the <filename>/bin/pwd</filename> symlink we created earlier
|
||||||
was only temporary, it can now be removed:</para>
|
was only temporary, it can now be removed:</para>
|
||||||
|
|
||||||
<para><screen><userinput>rm /bin/pwd</userinput></screen></para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user