From a1de2ffbe7c146ccacf0dee4a1ca117051d5b0fb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 May 2021 14:40:03 +0100 Subject: [PATCH] Makefile: Do not put symlinks in example and test bundles Instead, follow the links. Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afddb21a..c662071c 100644 --- a/Makefile +++ b/Makefile @@ -328,7 +328,7 @@ EXAMPLE_BUNDLE_INPUT_DEPS := $(shell \ examples/%.zip: $(MAKEFILE_DEP) set -e; rm -f $@.tmp; cd examples/$*/; \ - zip $(ZIPFLAGS) -DXy ../$(notdir $@).tmp $(ZIP_INPUTS) + zip $(ZIPFLAGS) -DX ../$(notdir $@).tmp $(ZIP_INPUTS) mv -f $@.tmp $@ examples/test-bundle.zip: ZIP_INPUTS=$(EXAMPLE_BUNDLE_INPUT_DEPS) -- 2.30.2