aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-20 16:09:40 -0400
committerMatthew Heon <mheon@redhat.com>2021-05-25 15:25:02 -0400
commitba884865c58d83d7a020bfb7fe90a182ebbe1405 (patch)
tree9e7ca87227bdedd1d440767442fb0d2cb62deba9 /Makefile
parentc53638e9f61e61b1344cbf090c9766a1891c8a44 (diff)
downloadpodman-ba884865c58d83d7a020bfb7fe90a182ebbe1405.tar.gz
podman-ba884865c58d83d7a020bfb7fe90a182ebbe1405.tar.bz2
podman-ba884865c58d83d7a020bfb7fe90a182ebbe1405.zip
Handle hard links in remote builds
Fixes: https://github.com/containers/podman/issues/9893 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25644dffd..a0b12e7de 100644
--- a/Makefile
+++ b/Makefile
@@ -382,6 +382,9 @@ bin/podman.cross.%: .gopathok
.PHONY: local-cross
local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple architectures
+.PHONY: cross
+cross: local-cross
+
# Update nix/nixpkgs.json its latest stable commit
.PHONY: nixpkgs
nixpkgs: