Skip to content
Snippets Groups Projects
Commit 6f9cbc61 authored by Niels Möller's avatar Niels Möller
Browse files

Distribute files in arm/v6 subdirectory.

parent 3bcccd93
No related merge requests found
......@@ -2,6 +2,8 @@
* Released nettle-2.7.1.
* Makefile.in (distdir): Distribute files in arm/v6 subdirectory.
2013-05-21 Niels Möller <nisse@lysator.liu.se>
From master (2013-05-20):
......
......@@ -517,7 +517,7 @@ distdir: $(DISTFILES)
else cp "$(srcdir)/$$f" "$(distdir)" ; \
fi ; \
done
set -e; for d in sparc32 sparc64 x86 x86_64 arm arm/neon ; do \
set -e; for d in sparc32 sparc64 x86 x86_64 arm arm/neon arm/v6 ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment