Ignore:
Timestamp:
09/29/2015 09:27:18 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.9-systemd
Children:
6eb40d4
Parents:
102c4bb6
Message:

Update to util-linux-2.27
Update to linux-4.2
Update to iproute2-4.2.0
Refresh SBU values and build sizes
Remove unnecessary sed in e2fsprogs
Provide ncurses non-wide-character libraries for version 5
Add additional discussion about copying systems
Fix a warning in the GCC compiler tests
Several typo fixes and additional clarification.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/hostreqs.xml

    r102c4bb6 rdbc347c5  
    185185  echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
    186186elif [ -x /usr/bin/awk ]; then
    187   echo yacc is `/usr/bin/awk --version | head -n1`
     187  echo awk is `/usr/bin/awk --version | head -n1`
    188188else
    189189  echo "awk not found"
     
    205205xz --version | head -n1
    206206
    207 echo 'main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
     207echo 'int main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
    208208if [ -x dummy ]
    209209  then echo "g++ compilation OK";
Note: See TracChangeset for help on using the changeset viewer.