forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user