Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-11 21:33:26 +0400
committerJunio C Hamano <gitster@pobox.com>2014-09-11 21:33:27 +0400
commit49feda62bddc188d8b2fa413437b5fc70e3de51f (patch)
treef93c68ac30db6d1cf8a962ab94e675b0021dac2a /contrib
parent554913daf43f744f7d6bd8bd2cd008d96d19cbd9 (diff)
parent960160b061a29a4a4ae637e035c3892da72326ac (diff)
Merge branch 'jk/contrib-subtree-make-all'
* jk/contrib-subtree-make-all: subtree: make "all" default target of Makefile
Diffstat (limited to 'contrib')
-rw-r--r--contrib/subtree/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index d9a0ce2c63..c2bd703ee3 100644
--- a/contrib/subtree/Makefile
+++ b/contrib/subtree/Makefile
@@ -1,3 +1,6 @@
+# The default target of this Makefile is...
+all::
+
-include ../../config.mak.autogen
-include ../../config.mak
@@ -34,7 +37,7 @@ GIT_SUBTREE_XML := git-subtree.xml
GIT_SUBTREE_TXT := git-subtree.txt
GIT_SUBTREE_HTML := git-subtree.html
-all: $(GIT_SUBTREE)
+all:: $(GIT_SUBTREE)
$(GIT_SUBTREE): $(GIT_SUBTREE_SH)
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' $< >$@