summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-20 16:09:40 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-05-22 05:27:03 -0400
commitf22791aec7b4d942872ca21539a44d0375b73949 (patch)
tree6db26ccde1ea0defb78d21109be6b4d6997cf080 /Makefile
parent490915c68e6fce48508d42d138ac1c92c877abe7 (diff)
downloadpodman-f22791aec7b4d942872ca21539a44d0375b73949.tar.gz
podman-f22791aec7b4d942872ca21539a44d0375b73949.tar.bz2
podman-f22791aec7b4d942872ca21539a44d0375b73949.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 c777deae6..15d6d9fb6 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: