Skip to content

Commit

Permalink
Merge pull request #23375 from arixmkii/makefile-comment
Browse files Browse the repository at this point in the history
Fix outdated comment for the build step win-gvproxy
  • Loading branch information
openshift-merge-bot[bot] authored Jul 23, 2024
2 parents b005b13 + 96771ee commit afa5031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ podman-remote-release-%.zip: test/version/version ## Build podman-remote for %=$
if [[ "$(GOARCH)" != "$(NATIVE_GOARCH)" ]]; then $(MAKE) clean-binaries; fi
-rm -rf "$(tmpsubdir)"

# Checks out and builds win-sshproxy helper. See comment on GV_GITURL declaration
# Downloads pre-built gvproxy and win-sshproxy helpers. See comment on GV_VERSION declaration
.PHONY: win-gvproxy
win-gvproxy: test/version/version
mkdir -p bin/windows/
Expand Down

0 comments on commit afa5031

Please sign in to comment.