Got rid of the option to regenerate the proto.h file.
authorWayne Davison <wayned@samba.org>
Thu, 13 May 2004 19:22:04 +0000 (19:22 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 13 May 2004 19:22:04 +0000 (19:22 +0000)
verify-patches

index 928e24c..44251d6 100755 (executable)
@@ -51,7 +51,7 @@ for xx in "${@}"; do
            fi
            apply=n
        fi
-       echo -e "\nFix rejects, Make proto, Edit both diffs, Update patch,"
+       echo -e "\nFix rejects, Edit both diffs, Update patch,"
        echo -n "Apply patch again, Next, Quit: [$default] "
        read ans
        [ -z "$ans" ] && ans=$default
@@ -69,11 +69,6 @@ for xx in "${@}"; do
            vim *.rej
            default=E
            ;;
-       [Mm]*)
-           cat *.c lib/compat.c | awk -f mkproto.awk >proto.h
-           echo -e "\nRegenerated proto.h"
-           default=E
-           ;;
        [Uu]*)
            if [ -f ,new.patch ]; then
                cp -p ,new.patch $xx