git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-09-10 23:05:00 +00:00
parent cfebf18921
commit 09c83f9f5f
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ cd ../glibc-build</userinput></screen>
<listitem> <listitem>
<para>The <emphasis>elf/tst-protected1a</emphasis> and <para>The <emphasis>elf/tst-protected1a</emphasis> and
<emphasis>elf/tst-protected1a</emphasis> tests are known to <emphasis>elf/tst-protected1b</emphasis> tests are known to
fail with the current stable version of binutils.</para> fail with the current stable version of binutils.</para>
</listitem> </listitem>
<!-- <!--

View File

@ -184,7 +184,7 @@ gawk --version | head -n1
if [ -h /usr/bin/awk ]; then if [ -h /usr/bin/awk ]; then
echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`"; echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
elif [ -x /usr/bin/awk ]; then elif [ -x /usr/bin/awk ]; then
echo yacc is `/usr/bin/awk --version | head -n1` echo awk is `/usr/bin/awk --version | head -n1`
else else
echo "awk not found" echo "awk not found"
fi fi