From f7ad5daeeca4365566f9748fcc9bfae125fd6c6b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 26 Feb 2020 16:47:49 +0100 Subject: [PATCH] fixup??? bugreport: generate config safelist based on docs The Visual Studio build is a special beast: as we cannot assume the presence of any Unix tools on Windows, we have to commit all of the files generated via shell scripts. This generated header file is no exception. Signed-off-by: Johannes Schindelin --- config.mak.uname | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mak.uname b/config.mak.uname index 6d58d22cd5aa6f..dcffafac22c1dc 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -788,8 +788,8 @@ vcxproj: 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 + $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h config-list.h + git add -f command-list.h config-list.h # Add scripts rm -f perl/perl.mak