Apply the patch using the following command sequence:
cd tools/gdb-5.2 cat archive/gdb-5.2-rtems-20030211.diff | \ patch -p1
If the patch was compressed with the gzip
program, it will
have a suffix of .gz
and you should use zcat
instead
of cat
as shown above. If the patch was compressed with
the gzip
program, it will have a suffix of .bz2
and
you should use bzcat
instead of cat
as shown above.
Check to see if any of these patches have been rejected using the following sequence:
cd tools/gdb-5.2 find . -name "*.rej" -print
If any files are found with the .rej extension, a patch has been rejected. This should not happen with a good patch file.
Copyright © 1988-2004 OAR Corporation