зеркало из https://github.com/microsoft/git.git
Makefile: say the default target upfront.
Alex Riesen wants to keep extra makefile targets in config.mak, but the file is included before any of our real targets. Having this at the beginning allows you to do so. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
a3e3dc4690
Коммит
2731d04883
3
Makefile
3
Makefile
|
@ -1,3 +1,6 @@
|
||||||
|
# The default target of this Makefile is...
|
||||||
|
all:
|
||||||
|
|
||||||
# Define MOZILLA_SHA1 environment variable when running make to make use of
|
# Define MOZILLA_SHA1 environment variable when running make to make use of
|
||||||
# a bundled SHA1 routine coming from Mozilla. It is GPL'd and should be fast
|
# a bundled SHA1 routine coming from Mozilla. It is GPL'd and should be fast
|
||||||
# on non-x86 architectures (e.g. PowerPC), while the OpenSSL version (default
|
# on non-x86 architectures (e.g. PowerPC), while the OpenSSL version (default
|
||||||
|
|
Загрузка…
Ссылка в новой задаче