Forráskód Böngészése

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

Bruce Dubbs 17 éve
szülő
commit
bdd7f2703c
4 módosított fájl, 19 hozzáadás és 0 törlés
  1. 4 0
      chapter01/changelog.xml
  2. 5 0
      chapter05/e2fsprogs.xml
  3. 5 0
      chapter05/tcl.xml
  4. 5 0
      chapter06/e2fsprogs.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 5 - 0
chapter05/e2fsprogs.xml

@@ -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">

+ 5 - 0
chapter05/tcl.xml

@@ -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>
 

+ 5 - 0
chapter06/e2fsprogs.xml

@@ -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