ソースを参照

Fix location of change to config.h in Bison

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 年 前
コミット
fac78e6dd6
3 ファイル変更14 行追加3 行削除
  1. 11 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/bison.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-02-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Fix location of change to config.h in Bison. 
+          Fixes
+          <ulink url="&lfs-ticket-root;2595">#2595</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-02-26</para>
       <itemizedlist>

+ 1 - 1
chapter06/bison.xml

@@ -49,7 +49,7 @@
     program is not already in $PATH. The following addition will correct
     this:</para>
 
-<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
+<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; lib/config.h</userinput></screen>
 
     <para>Compile the package:</para>
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-201002026">
-<!ENTITY releasedate "February 26, 2010">
+<!ENTITY version "SVN-201002028">
+<!ENTITY releasedate "February 28, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->