chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ac233
)
Makefile: Do not put symlinks in example and test bundles
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 13:40:03 +0000
(14:40 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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) -DX
y
../$(notdir $@).tmp $(ZIP_INPUTS)
+ zip $(ZIPFLAGS) -DX ../$(notdir $@).tmp $(ZIP_INPUTS)
mv -f $@.tmp $@
examples/test-bundle.zip: ZIP_INPUTS=$(EXAMPLE_BUNDLE_INPUT_DEPS)