From 4dbc49be682f831d42f3c6b59885d6aaa8a2ab1f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 Feb 2023 23:01:16 +0000 Subject: Add multicall-global-links Signed-off-by: Laurent Bercot --- package/targets.mak | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/targets.mak b/package/targets.mak index 1b84161..f7c8446 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -79,8 +79,10 @@ multicall-strip: execline multicall-install: $(DESTDIR)$(bindir)/execline for i in $(BIN_TARGETS) $(EXTRA_TARGETS) ; do ./tools/install.sh -l execline $(DESTDIR)$(bindir)/$$i ; done - -.PHONY: multicall multicall-strip multicall-install + +multicall-global-links: $(DESTDIR)$(sproot)/command/execline + +.PHONY: multicall multicall-strip multicall-install multicall-global-links src/multicall/execline.c: tools/gen-multicall.sh src/execline/deps-exe src/include/execline/config.h src/include/execline/execline.h ./tools/gen-multicall.sh > src/multicall/execline.c -- cgit 1.4.1