diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-20 16:09:40 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-05-25 15:25:02 -0400 |
commit | ba884865c58d83d7a020bfb7fe90a182ebbe1405 (patch) | |
tree | 9e7ca87227bdedd1d440767442fb0d2cb62deba9 /Makefile | |
parent | c53638e9f61e61b1344cbf090c9766a1891c8a44 (diff) | |
download | podman-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |