Changeset a42ce33e


Ignore:
Timestamp:
Aug 15, 2011, 11:35:01 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
24ea95b
Parents:
596fa5a
Message:

Made note about mutiple make jobs with libee and fixed a permissions problem with coreutils

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r596fa5a ra42ce33e  
    6666    for a few files to allow this:</para>
    6767
    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>
    6969
    7070    <para os="n">Then run the remainder of the tests as the
  • BOOK/final-system/common/libee.xml

    r596fa5a ra42ce33e  
    3030
    3131    <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>
    3236
    3337<screen os="d"><userinput>make</userinput></screen>
  • BOOK/general.ent

    r596fa5a ra42ce33e  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "07"> <!-- Use two digits -->
    4 <!ENTITY month_name "July">
    5 <!ENTITY day "13"> <!-- Use two digits -->
     3<!ENTITY month "08"> <!-- Use two digits -->
     4<!ENTITY month_name "August">
     5<!ENTITY day "15"> <!-- Use two digits -->
    66<!ENTITY year "2011"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r596fa5a ra42ce33e  
    3737-->
    3838
    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>
    5075
    5176
Note: See TracChangeset for help on using the changeset viewer.