2003-08-22 Joel Sherrill <joel@OARcorp.com>

PR 469/doc
	* buildc.t: Clarifying text on patch file to account for various ways
	they could be compressed or not.
This commit is contained in:
Joel Sherrill
2003-08-22 19:58:52 +00:00
parent 1a47d18d8b
commit fd0df530c5
2 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2003-08-22 Joel Sherrill <joel@OARcorp.com>
PR 469/doc
* buildc.t: Clarifying text on patch file to account for various ways
they could be compressed or not.
2003-08-22 Joel Sherrill <joel@OARcorp.com> 2003-08-22 Joel Sherrill <joel@OARcorp.com>
* tversions.texi: Correcting version information. * tversions.texi: Correcting version information.

View File

@@ -202,10 +202,16 @@ Apply the patch using the following command sequence:
@example @example
cd tools/@value{GCC-UNTAR} cd tools/@value{GCC-UNTAR}
zcat ../../archive/@value{GCC-RTEMSPATCH} | \ cat ../../archive/@value{GCC-RTEMSPATCH} | \
patch -p1 patch -p1
@end example @end example
If the patch was compressed with the @code{gzip} program, it will
have a suffix of @code{.gz} and you should use @code{zcat} instead
of @code{cat} as shown above. If the patch was compressed with
the @code{gzip} program, it will have a suffix of @code{.bz2} and
you should use @code{bzcat} instead of @code{cat} as shown above.
Check to see if any of these patches have been rejected using the following Check to see if any of these patches have been rejected using the following
sequence: sequence:
@@ -235,10 +241,16 @@ Apply the patch using the following command sequence:
@example @example
cd tools/@value{BINUTILS-UNTAR} cd tools/@value{BINUTILS-UNTAR}
zcat ../../archive/@value{BINUTILS-RTEMSPATCH} | \ cat ../../archive/@value{BINUTILS-RTEMSPATCH} | \
patch -p1 patch -p1
@end example @end example
If the patch was compressed with the @code{gzip} program, it will
have a suffix of @code{.gz} and you should use @code{zcat} instead
of @code{cat} as shown above. If the patch was compressed with
the @code{gzip} program, it will have a suffix of @code{.bz2} and
you should use @code{bzcat} instead of @code{cat} as shown above.
Check to see if any of these patches have been rejected using the following Check to see if any of these patches have been rejected using the following
sequence: sequence:
@@ -269,10 +281,16 @@ Apply the patch using the following command sequence:
@example @example
cd tools/@value{NEWLIB-UNTAR} cd tools/@value{NEWLIB-UNTAR}
zcat ../../archive/@value{NEWLIB-RTEMSPATCH} | \ cat ../../archive/@value{NEWLIB-RTEMSPATCH} | \
patch -p1 patch -p1
@end example @end example
If the patch was compressed with the @code{gzip} program, it will
have a suffix of @code{.gz} and you should use @code{zcat} instead
of @code{cat} as shown above. If the patch was compressed with
the @code{gzip} program, it will have a suffix of @code{.bz2} and
you should use @code{bzcat} instead of @code{cat} as shown above.
Check to see if any of these patches have been rejected using the following Check to see if any of these patches have been rejected using the following
sequence: sequence:
@@ -647,10 +665,16 @@ Apply the patch using the following command sequence:
@example @example
cd tools/@value{GDB-UNTAR} cd tools/@value{GDB-UNTAR}
zcat archive/@value{GDB-RTEMSPATCH} | \ cat archive/@value{GDB-RTEMSPATCH} | \
patch -p1 patch -p1
@end example @end example
If the patch was compressed with the @code{gzip} program, it will
have a suffix of @code{.gz} and you should use @code{zcat} instead
of @code{cat} as shown above. If the patch was compressed with
the @code{gzip} program, it will have a suffix of @code{.bz2} and
you should use @code{bzcat} instead of @code{cat} as shown above.
Check to see if any of these patches have been rejected using the following Check to see if any of these patches have been rejected using the following
sequence: sequence: