Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
efd9dd0c
Commit
efd9dd0c
authored
Feb 16, 2015
by
Manuel Pégourié-Gonnard
Browse files
Adapt bump_version.sh to new Makefile
parent
aff2976d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/bump_version.sh
scripts/bump_version.sh
+1
-1
No files found.
scripts/bump_version.sh
View file @
efd9dd0c
...
...
@@ -56,7 +56,7 @@ then
mv
tmp library/CMakeLists.txt
[
$VERBOSE
]
&&
echo
"Bumping SOVERSION in library/Makefile"
sed
-e
"s/SO
NAME=libpolarssl.so.[0-9]
\+
/SONAME=libpolarssl.so.
$SOVERSION
/g"
-e
"s/DL
EXT=so.[0-9]
\+
/
DL
EXT=so.
$SOVERSION
/g"
< library/Makefile
>
tmp
sed
-e
"s/SOEXT=so.[0-9]
\+
/
SO
EXT=so.
$SOVERSION
/g"
< library/Makefile
>
tmp
mv
tmp library/Makefile
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