]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] add NO_CURL option to the Makefile
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 31 Jul 2005 00:14:23 +0000 (02:14 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Jul 2005 06:01:09 +0000 (23:01 -0700)
commitb2c0bd652a0bd0e0c307968387e2edbb873f7b50
treefcc6fc7b9872717b80f5e5fbc77ef197fe341db4
parent4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2
[PATCH] add NO_CURL option to the Makefile

This patch implements Linus' idea that if you are not interested in
pulling by HTTP, you can now say

NO_CURL=1 make

to compile everything except git-http-pull (thus not needing curl at all).

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile