From 9789eefcd76d1db08210801bb48793e20f7fdbe2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Aug 2003 20:00:18 +0000 Subject: 2003-08-22 Joel Sherrill PR 469/doc * buildc.t: Clarifying text on patch file to account for various ways they could be compressed or not. --- doc/started/buildc.t | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'doc/started/buildc.t') diff --git a/doc/started/buildc.t b/doc/started/buildc.t index 0669e4ba59..c0042b0b25 100644 --- a/doc/started/buildc.t +++ b/doc/started/buildc.t @@ -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: -- cgit v1.2.3