Skip to content

Commit

Permalink
Merge pull request #720 from Mossaka/remove-link
Browse files Browse the repository at this point in the history
Makefile: remove `ln` since we no longer support shared mode
  • Loading branch information
jprendes authored Nov 5, 2024
2 parents 2149a2e + b6ad903 commit 6795501
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PREFIX ?= /usr/local
INSTALL ?= install
CARGO ?= cargo
LN ?= ln -sf
TEST_IMG_NAME ?= wasmtest:latest
RUNTIMES ?= wasmedge wasmtime wasmer
CONTAINERD_NAMESPACE ?= default
Expand Down Expand Up @@ -140,8 +139,6 @@ install: $(RUNTIMES:%=install-%);
install-%:
mkdir -p $(PREFIX)/bin
$(INSTALL) $(TARGET_DIR)$(TARGET)/$(OPT_PROFILE)/containerd-shim-$*-v1 $(PREFIX)/bin/
$(LN) ./containerd-shim-$*-v1 $(PREFIX)/bin/containerd-shim-$*d-v1
$(LN) ./containerd-shim-$*-v1 $(PREFIX)/bin/containerd-$*d

.PHONY: dist dist-%
dist: $(RUNTIMES:%=dist-%);
Expand Down

0 comments on commit 6795501

Please sign in to comment.