Changeset 0acd252 in clfs-embedded
- Timestamp:
- Aug 8, 2012, 1:09:47 PM (12 years ago)
- Branches:
- master
- Children:
- 659afd8
- Parents:
- 2779cfb
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r2779cfb r0acd252 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 5"> <!-- Use two digits -->4 <!ENTITY month_name " May">5 <!ENTITY day " 14"> <!-- Use two digits -->6 <!ENTITY year "201 1"> <!-- Use four digits -->3 <!ENTITY month "08"> <!-- Use two digits --> 4 <!ENTITY month_name "August"> 5 <!ENTITY day "08"> <!-- Use two digits --> 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 8 8 <!ENTITY releasedate "&month_name; &day;, &year;"> -
BOOK/introduction/common/changelog.xml
r2779cfb r0acd252 36 36 </listitem> 37 37 --> 38 <listitem> 39 <para>August 08, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Update version check script to find the libc version with hosts that use paths other than /lib and /lib64, such as multiarch distro.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 38 47 39 48 <listitem> -
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.