diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-08-18 16:03:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-08-18 16:03:34 +0000 |
commit | 2cff2cc411f336acc18f57066e30ea4fa215c8a8 (patch) | |
tree | 25ed126f549e92f3b6deb80b31319252ca504aba /chapter05 | |
parent | 323252bf26bf4aff0427252fde9e18f6a8f09e80 (diff) |
added note to run make -C ld install-data-local from within the binutils-build directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/lockingglibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 2ba8db0e2..686934828 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -7,6 +7,9 @@ <sect2> <title>Installation of the linker scripts</title> +<para>Run the following command from within the <filename +class="directory">binutils-build</filename> directory:</para> + <para><screen><userinput>make -C ld install-data-local</userinput></screen></para> <para>This installs the adjusted linker scripts. Remember they were adjusted |