Added chmod instructions to e2fsprogs and tcl

to ensure all libraries are writable by root for stripping.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2008-10-27 07:23:19 +00:00
parent e4b8b816df
commit bdd7f2703c
4 changed files with 19 additions and 0 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>2008-10-27</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Added chmod instructions to e2fsprogs and tcl to
ensure all libraries are writable by root for stripping.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added a brief explanation of the Linux API Headers
instructions.</para>

View File

@ -60,6 +60,11 @@ cd build</userinput></screen>
<screen><userinput remap="install">make install-libs</userinput></screen>
<para>Make the installed static libraries writable so debugging symbols can
be removed later.</para>
<screen><userinput remap="install">chmod -v u+w /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
</sect2>
<sect2 role="content">

View File

@ -74,6 +74,11 @@
<screen><userinput remap="install">make install</userinput></screen>
<para>Make the installed library writable so debugging symbols can
be removed later:</para>
<screen><userinput remap="install">chmod -v u+w /tools/lib/libtcl8.5.so</userinput></screen>
<para>Install Tcl's headers. The next package, Expect, requires them
to build.</para>

View File

@ -109,6 +109,11 @@ cd build</userinput></screen>
<screen><userinput remap="install">make install-libs</userinput></screen>
<para>Make the installed static libraries writable so debugging symbols can
be removed later.</para>
<screen><userinput remap="install">chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
<para>This package installs a gzipped
<filename class="extension">.info</filename> file but doesn't update the
system-wide <filename>dir</filename> file. Unzip this file and then update