Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    re70bf8f r808bc94  
    5555    </listitem>
    5656
    57     <!-- In Coreutils-8.1 the nproc program is added.  -->
    58     <listitem>
    59       <para><emphasis role="strong">Coreutils-8.1</emphasis></para>
     57    <listitem>
     58      <para><emphasis role="strong">Coreutils-7.0</emphasis></para>
    6059    </listitem>
    6160
     
    220219}
    221220
    222 # Coreutils first because --version-sort needs Coreutils >= 7.0
    223 ver_check Coreutils      sort     8.1 || bail "Coreutils too old, stop"
     221# Coreutils first because-sort needs Coreutils >= 7.0
     222ver_check Coreutils      sort     7.0 || bail "--version-sort unsupported"
    224223ver_check Bash           bash     3.2
    225224ver_check Binutils       ld       2.13.1
     
    261260then echo "OK:    g++ works";
    262261else echo "ERROR: g++ does NOT work"; fi
    263 rm -f a.out
    264 
    265 if [ "$(nproc)" = "" ]; then
    266    echo "ERROR: nproc is not available or it produces empty output"
    267 else
    268    echo "OK: nproc reports $(nproc) logical cores are available"
    269 fi</literal>
     262rm -f a.out</literal>
    270263EOF
    271264
Note: See TracChangeset for help on using the changeset viewer.