docs:programming:patch_and_diff

patch and diff

diff example

diff -u pymod/Makefile.in.orig pymod/Makefile.in > pymodMakefile.patch

patch example

patch -p0 < ../../patches/pymodMakefile.patch

FIXME learn to use sed, and other methods of patch and diff; for example, figure out how the patch commands for gThumb worked using fink

  • docs/programming/patch_and_diff.txt
  • Last modified: 2008/08/03 00:25
  • by 127.0.0.1