diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-04 23:16:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-04 23:16:33 +0000 |
commit | 26152eb4dfe9b6ebb2360f855663d0e30177eba1 (patch) | |
tree | 692d0dacdbead50b2bcbc411eb1022f9377a9004 /package | |
parent | 4dbc49be682f831d42f3c6b59885d6aaa8a2ab1f (diff) | |
download | execline-26152eb4dfe9b6ebb2360f855663d0e30177eba1.tar.xz |
Add multicall-all target for easier automation
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/targets.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/targets.mak b/package/targets.mak index f7c8446..37e8fa7 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -72,7 +72,7 @@ $(DESTDIR)$(bindir)/umask: $(DESTDIR)$(bindir)/$(PEDANTIC_PREFIX)-umask EXTRA_BINS := execline EXTRA_TEMP := src/multicall/execline.c -multicall: execline +multicall multicall-all: execline multicall-strip: execline exec $(STRIP) -R .note -R .comment execline @@ -82,7 +82,7 @@ multicall-install: $(DESTDIR)$(bindir)/execline multicall-global-links: $(DESTDIR)$(sproot)/command/execline -.PHONY: multicall multicall-strip multicall-install multicall-global-links +.PHONY: multicall multicall-all 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 |