Skip to content

Commit f7ad5da

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
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 <[email protected]>
1 parent d9004cf commit f7ad5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.mak.uname

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ vcxproj:
788788
git add -f git/LinkOrCopyBuiltins.targets git-remote-http/LinkOrCopyRemoteHttp.targets
789789

790790
# Add command-list.h
791-
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h
792-
git add -f command-list.h
791+
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h config-list.h
792+
git add -f command-list.h config-list.h
793793

794794
# Add scripts
795795
rm -f perl/perl.mak

0 commit comments

Comments
 (0)