aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-05 11:26:21 -0800
committerJunio C Hamano <junkio@cox.net>2006-11-05 11:26:21 -0800
commitc74390e4a1d78e718de72e5615b7352aeec03979 (patch)
treef0616082b1d1ead1798ab06c5bac80c9eaf23d3b /Makefile
parent82cc8d839bbfd3d13f308145bdae4c9622de57e2 (diff)
downloadgit-c74390e4a1d78e718de72e5615b7352aeec03979.tar.gz
git-c74390e4a1d78e718de72e5615b7352aeec03979.tar.xz
cherry is built-in, do not ship git-cherry.sh
Noticed by Rene; Makefile now has another maintainer's check target to catch this kind of mistakes. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c3860a52..2af4eb31c 100644
--- a/Makefile
+++ b/Makefile
@@ -932,3 +932,8 @@ check-docs::
*) echo "no link: $$v";; \
esac ; \
done | sort
+
+### Make sure built-ins do not have dups and listed in git.c
+#
+check-builtins::
+ ./check-builtins.sh