From: Ian Jackson Date: Fri, 21 May 2021 13:40:03 +0000 (+0100) Subject: Makefile: Do not put symlinks in example and test bundles X-Git-Tag: otter-0.6.0~107 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a1de2ffbe7c146ccacf0dee4a1ca117051d5b0fb;p=otter.git Makefile: Do not put symlinks in example and test bundles Instead, follow the links. Signed-off-by: Ian Jackson --- 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)