Changeset 3f06eb5 for prologue


Ignore:
Timestamp:
03/02/2012 04:41:39 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.1
Children:
8476b9e1
Parents:
496c887
Message:

LFS-7.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.1@9758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
prologue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prologue/hostreqs.xml

    r496c887 r3f06eb5  
    147147  the ability to compile programs, run the following:</para>
    148148
    149 <!--<anchor xreflabel="Version Check Script" id="version-check"/>-->
     149<!-- ANY additional lines in the script cause a pdf rendering problem-->
    150150<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
    151151<literal>#!/bin/bash
    152 export LC_ALL=C
    153 
    154152# Simple script to list version numbers of critical development tools
    155153
     154export LC_ALL=C
    156155bash --version | head -n1 | cut -d" " -f2-4
    157156echo "/bin/sh -&gt; `readlink -f /bin/sh`"
    158157echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
    159158bison --version | head -n1
    160 
    161159if [ -e /usr/bin/yacc ];
    162160  then echo "/usr/bin/yacc -&gt; `readlink -f /usr/bin/yacc`";
     
    168166find --version | head -n1
    169167gawk --version | head -n1
    170 
    171168if [ -e /usr/bin/awk ];
    172169  then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
     
    188185
    189186echo 'main(){}' &gt; dummy.c &amp;&amp; gcc -o dummy dummy.c
    190 if [ -x dummy ]; then echo "gcc compilation OK";
     187if [ -x dummy ]
     188  then echo "gcc compilation OK";
    191189  else echo "gcc compilation failed"; fi
    192 rm -f dummy.c dummy
    193 </literal>
     190rm -f dummy.c dummy</literal>
    194191EOF
    195192
  • prologue/why.xml

    r496c887 r3f06eb5  
    328328        the build procedure for several LFS packages.</para>
    329329      </listitem>
    330 
     330<!--
    331331      <listitem>
    332332        <para>PCRE</para>
     
    337337        by Grep.</para>
    338338      </listitem>
    339 
     339-->
    340340      <listitem>
    341341        <para>Perl</para>
Note: See TracChangeset for help on using the changeset viewer.