1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 06:45:31 +01:00

Makefile: add proper docs for bin/podman.cross.%

To avoid any confusion where people think this target is unused.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-09-03 12:05:20 +02:00
parent 3633cd53e8
commit b62f887fbd

View File

@@ -481,7 +481,9 @@ podman-testing: bin/podman-testing
generate-bindings: .install.golangci-lint
$(GOCMD) generate ./pkg/bindings/... ;
# DO NOT USE: use local-cross instead
# Do the cross build with the OS/ARCH extrcted from the target name, i.e.
# pass a path like "podman.cross.linux.amd64". This target is used by
# local-cross to build all CROSS_BUILD_TARGETS.
bin/podman.cross.%:
TARGET="$*"; \
GOOS="$${TARGET%%.*}"; \