From 67c0212353ce2c2d43782ccb203e5d25ebe1756a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 4 Aug 2010 16:07:22 +0000 Subject: Delete mkpatch. Everything it does is already done by svn diff by default. llvm-svn: 110203 --- llvm/docs/DeveloperPolicy.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'llvm/docs/DeveloperPolicy.html') diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 357c92956fd..829860ccaa4 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -107,18 +107,13 @@ patches may not apply correctly if the underlying code changes between the time the patch was created and the time it is applied. -
  • Patches should be made with this command: -
    -
    -svn diff
    -
    -
    - or with the utility utils/mkpatch, which makes it easy to read - the diff.
  • +
  • Patches should be made with svn diff, or similar. If you use + a different tool, make sure it uses the diff -u format and + that it doesn't contain clutter which makes it hard to read.
  • -
  • Patches should not include differences in generated code such as the code - generated by autoconf or tblgen. The - utils/mkpatch utility takes care of this for you.
  • +
  • If you are modifying generated files, such as the top-level + configure script, please separate out those changes into + a separate patch from the rest of your changes.
  • When sending a patch to a mailing list, it is a good idea to send it as an -- cgit v1.2.3