summaryrefslogtreecommitdiff
path: root/source3/python
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
commit8d02bb089476710841406d9d857e1262a19cde69 (patch)
tree0bd9bcfef7f53f810124aaed99ea4ec097535c33 /source3/python
parent0cb0c6e90348c9e85e38b65778b93a78af7462a5 (diff)
downloadsamba-8d02bb089476710841406d9d857e1262a19cde69.tar.gz
samba-8d02bb089476710841406d9d857e1262a19cde69.tar.bz2
samba-8d02bb089476710841406d9d857e1262a19cde69.zip
Script to generate patch to Makefile.in and configure.in
Run like: python/mkpatch (This used to be commit 54f2aa437a9c7bf9f6743a31f70fbd56ecda3173)
Diffstat (limited to 'source3/python')
-rwxr-xr-xsource3/python/mkpatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/python/mkpatch b/source3/python/mkpatch
new file mode 100755
index 0000000000..ab5be1b6a2
--- /dev/null
+++ b/source3/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