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:
4
Makefile
4
Makefile
@@ -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%%.*}"; \
|
||||
|
||||
Reference in New Issue
Block a user