Changeset af41791
- Timestamp:
- 08/23/2005 08:18:17 PM (19 years ago)
- Children:
- 8152318
- Parents:
- 8f82a9e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r8f82a9e raf41791 120 120 </listitem> 121 121 122 <listitem><para>August 23rd, 2005 [matt]: <command>find</command> may fail due 123 to a race condition when deleting files. Remove the && construct in 124 chapter05/adjusting.xml so that the rest of the commands for removing fixed 125 headers will be executed (fixes bug 1621).</para></listitem> 126 122 127 <listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating 123 128 to configuring rules (fixes bug 1622)</para></listitem> -
chapter05/adjusting.xml
r8f82a9e raf41791 69 69 <!-- && used to ease copy and pasting --> 70 70 <screen><userinput>GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include && 71 find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &&71 find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; 72 72 rm -f `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` && 73 73 unset GCC_INCLUDEDIR</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.