diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 19:52:26 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 19:52:26 +0000 |
commit | 0ae23525daab495be79b1c6ae9b4a60849ace098 (patch) | |
tree | 3d814a65da3037eb62daff95a83d91eed71ff148 /chapter06/bison.xml | |
parent | 293164a5605ee04f17a2ed508c8ab7810d865063 (diff) |
Added an approximate SBU time for the Bison test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 4bcaf2f3e..0d8a5ac30 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -55,7 +55,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (about 0.5 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> |