1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00
Tim Potter 8d02bb0894 Script to generate patch to Makefile.in and configure.in
Run like:

python/mkpatch
(This used to be commit 54f2aa437a9c7bf9f6743a31f70fbd56ecda3173)
2002-03-28 00:04:45 +00:00

7 lines
149 B
Bash
Executable File

#!/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