summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-22 20:00:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-22 20:00:18 +0000
commit9789eefcd76d1db08210801bb48793e20f7fdbe2 (patch)
tree7ce7d8b3f98833535174af3dd34f00fbb4dd64ed /doc/started/buildc.t
parent2003-08-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9789eefcd76d1db08210801bb48793e20f7fdbe2.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--doc/started/buildc.t32
1 files changed, 28 insertions, 4 deletions
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: