Changeset 0acd252 in clfs-embedded for BOOK/prologue
- Timestamp:
- Aug 8, 2012, 8:09:47 PM (12 years ago)
- Branches:
- master
- Children:
- 659afd8
- Parents:
- 2779cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r2779cfb r0acd252 105 105 gawk --version | head -n1 106 106 gcc --version | head -n1 107 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7107 ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7 108 108 grep --version | head -n1 109 109 gzip --version | head -n1
Note:
See TracChangeset
for help on using the changeset viewer.