chiark / gitweb /
Makefile: Do not put symlinks in example and test bundles
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 13:40:03 +0000 (14:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 13:40:03 +0000 (14:40 +0100)
Instead, follow the links.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index afddb21ad201fd5ddd5d4a281a3c817586cba920..c662071cd897ff07b02cf7c0d598fa963f3e886c 100644 (file)
--- 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)