summaryrefslogtreecommitdiffstats
path: root/source/python/mkpatch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-28 00:04:45 +0000
committerTim Potter <tpot@samba.org>2002-03-28 00:04:45 +0000
commit54f2aa437a9c7bf9f6743a31f70fbd56ecda3173 (patch)
tree3c2131883612d53f18b71b9de0f6eee0e2c9ee46 /source/python/mkpatch
parent74eac41c681f92a6da0ae2167f031e021862e0d8 (diff)
downloadsamba-54f2aa437a9c7bf9f6743a31f70fbd56ecda3173.tar.gz
samba-54f2aa437a9c7bf9f6743a31f70fbd56ecda3173.tar.xz
samba-54f2aa437a9c7bf9f6743a31f70fbd56ecda3173.zip
Script to generate patch to Makefile.in and configure.in
Run like: python/mkpatch
Diffstat (limited to 'source/python/mkpatch')
-rwxr-xr-xsource/python/mkpatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/python/mkpatch b/source/python/mkpatch
new file mode 100755
index 00000000000..ab5be1b6a2f
--- /dev/null
+++ b/source/python/mkpatch
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Make samba-head.patch. Must be run from samba source directory.
+#
+
+cvs -z3 diff -u Makefile.in configure.in > python/samba-head.patch