From 519baadc3b82940ca2b79ba6e9f794a7f870a528 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 25 Jun 2008 15:58:32 +0200 Subject: [PATCH] Makefiles: implement a symlink-alias macro. --- build/Maketop | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Maketop b/build/Maketop index cf93e1bf..99f7f1dc 100644 --- a/build/Maketop +++ b/build/Maketop @@ -80,3 +80,4 @@ space:=$(empty) $(empty) backref=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(1)))) tack-on=$(if $(patsubst /%,,$(2)),$(1)/$(2),$(2)) symlink=ln -sf $(call tack-on,$(call backref,$(2)),$(1)) $(2)/ +symlink-alias=ln -sf $(call tack-on,$(call backref,$(2)),$(1)) $(2)/$(3) -- 2.39.2