mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* tests/build-relink.test: hellT was renamed to lt-hell
This commit is contained in:
parent
c61f3ded62
commit
f3b997d2ad
@ -1,5 +1,7 @@
|
||||
1999-03-08 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* tests/build-relink.test: hellT was renamed to lt-hell
|
||||
|
||||
* libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the
|
||||
command that creates the TOINST directory; remove `-o $@' from the
|
||||
LINK command, $(LINK) already contains it.
|
||||
|
@ -79,8 +79,8 @@ else
|
||||
fi
|
||||
|
||||
if test "$shlibpath_overrides_runpath" != yes; then
|
||||
rm $objdir/hellT || exit 1
|
||||
cp $objdir/hell $objdir/hellT || exit 1
|
||||
rm -f $objdir/lt-hell || exit 1
|
||||
cp $objdir/hell $objdir/lt-hell || exit 1
|
||||
echo "running ../demo/hell with installed libhello.la"
|
||||
if ./hell; then
|
||||
echo "Worked, as expected"
|
||||
@ -88,7 +88,7 @@ if test "$shlibpath_overrides_runpath" != yes; then
|
||||
echo "shlibpath_overrides_runpath should be set to yes"
|
||||
status=1
|
||||
fi
|
||||
rm -f $objdir/hellT
|
||||
rm -f $objdir/lt-hell
|
||||
fi
|
||||
|
||||
exit $status
|
||||
|
Loading…
Reference in New Issue
Block a user