mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-09-03 Aaron J. Grier <aaron@frye.com>
* tools.t: Added how to generate and apply a patch.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-09-03 Aaron J. Grier <aaron@frye.com>
|
||||||
|
|
||||||
|
* tools.t: Added how to generate and apply a patch.
|
||||||
|
|
||||||
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
|
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
|
||||||
|
|
||||||
* FAQ.texi: include common/rtems.texi.
|
* FAQ.texi: include common/rtems.texi.
|
||||||
|
|||||||
@@ -49,3 +49,23 @@ in the two source files. The GNU open-source packages usually have
|
|||||||
UNIX style CR/LF. If you edit on a Windows platform, the line
|
UNIX style CR/LF. If you edit on a Windows platform, the line
|
||||||
terminators may have been transformed by the editor into Windows
|
terminators may have been transformed by the editor into Windows
|
||||||
style.
|
style.
|
||||||
|
|
||||||
|
@section How do I apply a patch?
|
||||||
|
|
||||||
|
Patches generated with the @code{diff} program are fed into the
|
||||||
|
@code{patch} program as follows:
|
||||||
|
|
||||||
|
@example
|
||||||
|
patch -p1 <PATCHFILE
|
||||||
|
@end example
|
||||||
|
|
||||||
|
where the options are:
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
|
||||||
|
@item -pNUM tells @code{patch} to strip off NUM slashes from the
|
||||||
|
pathname.
|
||||||
|
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
If @code{patch} prompts for a file to patch, you may need to adjust NUM.
|
||||||
|
|||||||
Reference in New Issue
Block a user