git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9347166
)
git-credential-netrc: make "all" default target of Makefile
author
Todd Zullinger
<redacted>
Wed, 13 Jun 2018 03:10:36 +0000
(23:10 -0400)
committer
Junio C Hamano
<redacted>
Mon, 18 Jun 2018 21:58:59 +0000
(14:58 -0700)
Running "make" in contrib/credential/netrc should run the "all" target
rather than the "test" target. Add an empty "all::" target like most of
our other Makefiles.
Signed-off-by: Todd Zullinger <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/credential/netrc/Makefile
patch
|
blob
|
history
diff --git
a/contrib/credential/netrc/Makefile
b/contrib/credential/netrc/Makefile
index 0ffa40719126fe285722cfa8fc7b461d0584cd3a..6174e3bb83826273f005b01f6d9e9b2093664e33 100644
(file)
--- a/
contrib/credential/netrc/Makefile
+++ b/
contrib/credential/netrc/Makefile
@@
-1,3
+1,6
@@
+# The default target of this Makefile is...
+all::
+
test:
./t-git-credential-netrc.sh
git clone https://git.99rst.org/PROJECT