- Timestamp:
- Aug 15, 2011, 6:35:01 PM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 24ea95b
- Parents:
- 596fa5a
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r596fa5a ra42ce33e 66 66 for a few files to allow this:</para> 67 67 68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src} /.deps</userinput></screen>68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen> 69 69 70 70 <para os="n">Then run the remainder of the tests as the -
BOOK/final-system/common/libee.xml
r596fa5a ra42ce33e 30 30 31 31 <para os="c">Compile the package:</para> 32 33 <note os="n1"> 34 <para>Libee will fail to compile if running multiple jobs with make.</para> 35 </note> 32 36 33 37 <screen os="d"><userinput>make</userinput></screen> -
BOOK/general.ent
r596fa5a ra42ce33e 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 7"> <!-- Use two digits -->4 <!ENTITY month_name " July">5 <!ENTITY day "1 3"> <!-- Use two digits -->3 <!ENTITY month "08"> <!-- Use two digits --> 4 <!ENTITY month_name "August"> 5 <!ENTITY day "15"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r596fa5a ra42ce33e 37 37 --> 38 38 39 <listitem> 40 <para>July 03, 2011</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Removed redundant variable from pkg-config, thanks db m.</para> 44 </listitem> 45 <listitem> 46 <para>[Jonathan] - Added Glib to package list, thanks db m.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 39 <listitem> 40 <para>August 15, 2011</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Added a note about using multiple make jobs with libee.</para> 44 </listitem> 45 <listitem> 46 <para>[Jonathan] - Fixed permissions propler for dummy user tests in coreutils.</para> 47 </listitem> 48 <listitem> 49 <para>[Jonathan] - Rewrote the section about using LiveCDs as hosts.</para> 50 </listitem> 51 <listitem> 52 <para>[Jonathan] - Updated the CSS so that large user commands now have 53 a scroll bar instead of overflowing the grey boxed area.</para> 54 </listitem> 55 <listitem> 56 <para>[Jonathan] - Justified the main text.</para> 57 </listitem> 58 <listitem> 59 <para>[Jonathan] - Modified how the host requirments script looks for libc.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 63 64 <listitem> 65 <para>July 03, 2011</para> 66 <itemizedlist> 67 <listitem> 68 <para>[Jonathan] - Removed redundant variable from pkg-config, thanks db m.</para> 69 </listitem> 70 <listitem> 71 <para>[Jonathan] - Added Glib to package list, thanks db m.</para> 72 </listitem> 73 </itemizedlist> 74 </listitem> 50 75 51 76
Note:
See TracChangeset
for help on using the changeset viewer.