Changeset 9789eefc in rtems
- Timestamp:
- Aug 22, 2003, 8:00:18 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ae67478
- Parents:
- a543b4f
- Location:
- doc/started
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started/ChangeLog
ra543b4f r9789eefc 1 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 3 PR 469/doc 4 * buildc.t: Clarifying text on patch file to account for various ways 5 they could be compressed or not. 6 1 7 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 8 -
doc/started/buildc.t
ra543b4f r9789eefc 203 203 @example 204 204 cd tools/@value{GCC-UNTAR} 205 zcat ../../archive/@value{GCC-RTEMSPATCH} | \205 cat ../../archive/@value{GCC-RTEMSPATCH} | \ 206 206 patch -p1 207 207 @end example 208 209 If the patch was compressed with the @code{gzip} program, it will 210 have a suffix of @code{.gz} and you should use @code{zcat} instead 211 of @code{cat} as shown above. If the patch was compressed with 212 the @code{gzip} program, it will have a suffix of @code{.bz2} and 213 you should use @code{bzcat} instead of @code{cat} as shown above. 208 214 209 215 Check to see if any of these patches have been rejected using the following … … 236 242 @example 237 243 cd tools/@value{BINUTILS-UNTAR} 238 zcat ../../archive/@value{BINUTILS-RTEMSPATCH} | \244 cat ../../archive/@value{BINUTILS-RTEMSPATCH} | \ 239 245 patch -p1 240 246 @end example 247 248 If the patch was compressed with the @code{gzip} program, it will 249 have a suffix of @code{.gz} and you should use @code{zcat} instead 250 of @code{cat} as shown above. If the patch was compressed with 251 the @code{gzip} program, it will have a suffix of @code{.bz2} and 252 you should use @code{bzcat} instead of @code{cat} as shown above. 241 253 242 254 Check to see if any of these patches have been rejected using the following … … 270 282 @example 271 283 cd tools/@value{NEWLIB-UNTAR} 272 zcat ../../archive/@value{NEWLIB-RTEMSPATCH} | \284 cat ../../archive/@value{NEWLIB-RTEMSPATCH} | \ 273 285 patch -p1 274 286 @end example 287 288 If the patch was compressed with the @code{gzip} program, it will 289 have a suffix of @code{.gz} and you should use @code{zcat} instead 290 of @code{cat} as shown above. If the patch was compressed with 291 the @code{gzip} program, it will have a suffix of @code{.bz2} and 292 you should use @code{bzcat} instead of @code{cat} as shown above. 275 293 276 294 Check to see if any of these patches have been rejected using the following … … 648 666 @example 649 667 cd tools/@value{GDB-UNTAR} 650 zcat archive/@value{GDB-RTEMSPATCH} | \668 cat archive/@value{GDB-RTEMSPATCH} | \ 651 669 patch -p1 652 670 @end example 671 672 If the patch was compressed with the @code{gzip} program, it will 673 have a suffix of @code{.gz} and you should use @code{zcat} instead 674 of @code{cat} as shown above. If the patch was compressed with 675 the @code{gzip} program, it will have a suffix of @code{.bz2} and 676 you should use @code{bzcat} instead of @code{cat} as shown above. 653 677 654 678 Check to see if any of these patches have been rejected using the following
Note: See TracChangeset
for help on using the changeset viewer.