Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
6c2288ce
Commit
6c2288ce
authored
May 28, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Distribute files in arm/v6 subdirectory.
parent
89eb8070
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
6c2288ce
2013-05-21 Niels Möller <nisse@lysator.liu.se>
From nettle-2.7-fixes branch:
* Makefile.in (distdir): Distribute files in arm/v6 subdirectory.
2013-05-20 Niels Möller <nisse@lysator.liu.se>
* arm/v6/sha1-compress.asm: Moved into v6 directory, since it uses
...
...
Makefile.in
View file @
6c2288ce
...
...
@@ -516,7 +516,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"
';'
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment