Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
76ccf2a0
Commit
76ccf2a0
authored
Oct 29, 2012
by
Martin Storsjö
Committed by
Niels Möller
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid non-posix \|-operator in sed regexp.
parent
3e302cc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+6
-0
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
76ccf2a0
2012-10-29 Niels Möller <nisse@lysator.liu.se>
From Martin Storsjö:
* configure.ac (dummy-dep-files): Avoid non-posix \|-operator in
sed regexp.
2012-10-29 Niels Möller <nisse@lysator.liu.se>
* x86_64/salsa20-core-internal.asm: New file.
...
...
configure.ac
View file @
76ccf2a0
...
...
@@ -122,7 +122,7 @@ if test x$enable_dependency_tracking = xyes ; then
AC_CONFIG_COMMANDS([dummy-dep-files],
[(cd "$srcdir" && find . '(' -name '*.c' -o -name '*.cxx' ')' -print) \
| sed 's/\.c\(xx\
|\)
$//' | (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
| sed 's/\.c\(xx\
)\{0,1\}
$//' | (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
])
fi
...
...
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