Changeset 163e64e in clfs-sysroot
- Timestamp:
- Jul 16, 2006, 6:16:33 PM (18 years ago)
- Branches:
- master
- Children:
- 72d4eec
- Parents:
- fe4de21
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/linux-headers.xml
rfe4de21 r163e64e 49 49 <screen><userinput>cp -av include/asm-arm/* ${CLFS}/usr/include/asm</userinput></screen> 50 50 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 56 51 </sect2> 57 52 -
BOOK/introduction/common/changelog.xml
rfe4de21 r163e64e 38 38 39 39 <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> 40 53 <para>July 10, 2006</para> 41 54 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.