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>
* tversions.texi: Correcting version information.

View File

@@ -202,10 +202,16 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{GCC-UNTAR}
zcat ../../archive/@value{GCC-RTEMSPATCH} | \
cat ../../archive/@value{GCC-RTEMSPATCH} | \
patch -p1
@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
sequence:
@@ -235,10 +241,16 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{BINUTILS-UNTAR}
zcat ../../archive/@value{BINUTILS-RTEMSPATCH} | \
cat ../../archive/@value{BINUTILS-RTEMSPATCH} | \
patch -p1
@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
sequence:
@@ -269,10 +281,16 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{NEWLIB-UNTAR}
zcat ../../archive/@value{NEWLIB-RTEMSPATCH} | \
cat ../../archive/@value{NEWLIB-RTEMSPATCH} | \
patch -p1
@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
sequence:
@@ -647,10 +665,16 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{GDB-UNTAR}
zcat archive/@value{GDB-RTEMSPATCH} | \
cat archive/@value{GDB-RTEMSPATCH} | \
patch -p1
@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
sequence: