diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-12 21:54:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-12 21:54:16 +0000 |
commit | 957ce6b7afbe27d4eae1971847ae673298c2e1e0 (patch) | |
tree | 38e64efdd65555ff708f4a1dfa9dd950a72d566a /chapter06 | |
parent | ce2c730d5b399ea6e75e8cac6d67cbdca14c6f7e (diff) |
Update to libcap-2.28.
Update to bison-3.5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 00a4e78f7..a5ca3cfc0 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -39,19 +39,24 @@ <sect2 role="installation"> <title>Installation of Bison</title> - +<!-- <para>First, fix a build problem with the current version:</para> <screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen> - +--> <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen> +<!-- I could not find a race condidtion in the current version. <para>Compile the package, but work around a race condition in the current version:</para> -<screen><userinput remap="make">make -j1</userinput></screen> +<screen><userinput remap="make">make -j1</userinput></screen>--> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> <!-- <para>To test the results (about 2.2 SBU), issue:</para> |