Skip to content

Commit

Permalink
fixup??? bugreport: generate config safelist based on docs
Browse files Browse the repository at this point in the history
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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Mar 9, 2020
1 parent d9004cf commit f7ad5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mak.uname
Expand Up @@ -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
Expand Down

0 comments on commit f7ad5da

Please sign in to comment.