Author: ken
Date: Thu Apr 30 17:52:54 2015
New Revision: 15907

Log:
Reword explanation of sed command for sessreg. Next time I'll just quote 
https://gcc.gnu.org/gcc-5/porting_to.html : 'These new markers can cause 
intriguing problems for software not ready to handle them.'

Modified:
   trunk/BOOK/x/installing/x7app.xml

Modified: trunk/BOOK/x/installing/x7app.xml
==============================================================================
--- trunk/BOOK/x/installing/x7app.xml   Thu Apr 30 14:52:28 2015        (r15906)
+++ trunk/BOOK/x/installing/x7app.xml   Thu Apr 30 17:52:54 2015        (r15907)
@@ -295,8 +295,9 @@
       <parameter>sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i
       man/Makefile.in</parameter>: with <application>gcc-5</application> the
       behaviour of <command>cpp</command> was changed to emit line numbers.
-      That breaks the content of <filename>filenames.sed</filename>. Adding
-      <literal>-P</literal> restores the old behaviour.
+      That results in unterminated <application>sed</application> commands in
+      <filename>filenames.sed</filename>. Adding <literal>-P</literal> restores
+      the old behaviour.
     </para>
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to