Changeset 163e64e in clfs-sysroot


Ignore:
Timestamp:
Jul 16, 2006, 6:16:33 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
72d4eec
Parents:
fe4de21
Message:

Removed the command to chown and chmod the linux-headers.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/linux-headers.xml

    rfe4de21 r163e64e  
    4949<screen><userinput>cp -av include/asm-arm/* ${CLFS}/usr/include/asm</userinput></screen>
    5050
    51     <para os="e">Make sure the users can read the headers:</para>
    52 
    53 <screen os="f"><userinput>find ${CLFS}/usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type d -exec chmod -v 755 {} \;
    54 find ${CLFS}/usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type f -exec chmod -v 644 {} \;</userinput></screen>
    55 
    5651  </sect2>
    5752
  • BOOK/introduction/common/changelog.xml

    rfe4de21 r163e64e  
    3838
    3939    <listitem>
     40      <para>June 16, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[name] - New changelog entry.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[jciccone] - Removed unneeded chown and chmod commands from
     47          the linux-headers installation.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4053      <para>July 10, 2006</para>
    4154      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.