From a73a9f2a109da2ec737f8f6889ec68df9c83d449 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 14 Mar 2021 21:00:02 +0000 Subject: Fix targets.mak for --disable-aliases-symlinks --- package/targets.mak | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'package') diff --git a/package/targets.mak b/package/targets.mak index ce3d7b2..45484e0 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -7,10 +7,10 @@ WRAP_ANY := ifdef WRAP_DAEMONTOOLS -ifdef WRAP_SYMLINKS - WRAP_ANY := 1 +ifdef WRAP_SYMLINKS + DAEMONTOOLS_TARGETS := \ envdir \ envuidgid \ @@ -46,10 +46,10 @@ endif ifdef WRAP_RUNIT -ifdef WRAP_SYMLINKS - WRAP_ANY := 1 +ifdef WRAP_SYMLINKS + RUNIT_TARGETS := \ runit \ runit-init \ @@ -58,14 +58,15 @@ runsvchdir \ runsvdir \ svlogd \ utmpset +RUNIT_SPECIAL_TARGETS := chpst sv else RUNIT_TARGETS := +RUNIT_SPECIAL_TARGETS := endif -RUNIT_SPECIAL_TARGETS := chpst sv BIN_TARGETS += s6-frontend-alias-sv s6-frontend-alias-chpst install-bin: $(RUNIT_TARGETS:%=$(DESTDIR)$(bindir)/%) $(RUNIT_SPECIAL_TARGETS:%=$(DESTDIR)$(bindir)/%) -- cgit v1.2.3