diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-01 13:39:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-01 13:39:59 -0700 |
commit | dd094c2b75401f6e1e53e7a5bbfca3c66c44f556 (patch) | |
tree | c10b122157431d5be105f48436f909bdeb345381 /config.mak.uname | |
parent | 6d6b412da32229bf6a5f366a72b5ad29cc70ce59 (diff) | |
parent | 8f0e9843bdf82b04591416367bee3817991e0722 (diff) | |
download | git-dd094c2b75401f6e1e53e7a5bbfca3c66c44f556.tar.gz |
Merge branch 'es/bugreport'
The "bugreport" tool.
* es/bugreport:
bugreport: drop extraneous includes
bugreport: add compiler info
bugreport: add uname info
bugreport: gather git version and build info
bugreport: add tool to generate debugging info
help: move list_config_help to builtin/help
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mak.uname b/config.mak.uname index 87c7f8d76c..5ad43c80b1 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -731,9 +731,9 @@ vcxproj: echo '</Project>') >git-remote-http/LinkOrCopyRemoteHttp.targets git add -f git/LinkOrCopyBuiltins.targets git-remote-http/LinkOrCopyRemoteHttp.targets - # Add command-list.h - $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h - git add -f command-list.h + # Add command-list.h and config-list.h + $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 config-list.h command-list.h + git add -f config-list.h command-list.h # Add scripts rm -f perl/perl.mak |