mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
Make modified libtool script in cwrapper test executable
* tests/cwrapper.at: Make modified libtool script executable. Report by Roumen Petrov.
This commit is contained in:
parent
9f559243e8
commit
d356bfc32f
@ -1,3 +1,9 @@
|
|||||||
|
2009-01-29 Peter Rosin <peda@lysator.liu.se>
|
||||||
|
|
||||||
|
Make modified libtool script in cwrapper test executable
|
||||||
|
* tests/cwrapper.at: Make modified libtool script executable.
|
||||||
|
Report by Roumen Petrov.
|
||||||
|
|
||||||
2009-01-28 Akim Demaille <demaille@gostai.com>
|
2009-01-28 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Clean space uses.
|
Clean space uses.
|
||||||
|
@ -58,6 +58,7 @@ orig_LIBTOOL=$LIBTOOL
|
|||||||
for restrictive_flags in '-Wall -Werror' '-std=c89 -Wall -Werror' '-std=c99 -Wall -Werror'; do
|
for restrictive_flags in '-Wall -Werror' '-std=c89 -Wall -Werror' '-std=c99 -Wall -Werror'; do
|
||||||
CFLAGS="$orig_CFLAGS $restrictive_flags"
|
CFLAGS="$orig_CFLAGS $restrictive_flags"
|
||||||
sed "s/LTCFLAGS=.*/&' $restrictive_flags'/" < "$orig_LIBTOOL" > ./libtool
|
sed "s/LTCFLAGS=.*/&' $restrictive_flags'/" < "$orig_LIBTOOL" > ./libtool
|
||||||
|
chmod +x libtool
|
||||||
LIBTOOL=./libtool
|
LIBTOOL=./libtool
|
||||||
|
|
||||||
# make sure $restrictive_flags do not cause a failure
|
# make sure $restrictive_flags do not cause a failure
|
||||||
|
Loading…
Reference in New Issue
Block a user