Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixup! mingw: add a Makefile target to copy test artifacts
We still need to create the mingw$ARCH/bin directory for git-daemon.exe
and git-http-backend.exe, and the mingw$ARCH/libexec/git-core directory
for git-remote-testgit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 26, 2017
1 parent 0ad82aa commit 0cb6d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.mak.uname
Expand Up @@ -721,10 +721,12 @@ install-mingit-test-artifacts:
(cd '$(DESTDIR_SQ)/test-git/po/build/locale' && $(TAR) xf -)

# git-daemon.exe for t5802, git-http-backend.exe for t5560
install -m755 -d '$(DESTDIR_SQ)/$(MINGW_PREFIX)/bin'
install -m755 git-daemon.exe git-http-backend.exe \
'$(DESTDIR_SQ)/$(MINGW_PREFIX)/bin'

# git-remote-testgit for t5801
install -m755 -d '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core'
install -m755 git-remote-testgit \
'$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core'
endif
Expand Down

0 comments on commit 0cb6d35

Please sign in to comment.