]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/link-order.test: Clean up the uninstalled libraries
authorPeter Ekberg <peda@lysator.liu.se>
Thu, 22 Sep 2005 06:44:24 +0000 (06:44 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 22 Sep 2005 06:44:24 +0000 (06:44 +0000)
before linking the test executables so that they don't pick
up the dlls from the current dir on Cygwin and MinGW.

ChangeLog
tests/link-order.at

index 0c04fec7bf82f00a91adf96544f89677fd88a883..1d49b020b927df2247e91f000573d094f7dfbccd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-22  Peter Ekberg  <peda@lysator.liu.se>,
+
+       * tests/link-order.test: Clean up the uninstalled libraries
+       before linking the test executables so that they don't pick
+       up the dlls from the current dir on Cygwin and MinGW.
+
 2005-09-22  Tim Rice  <tim@multitalents.net>
 
        * libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
index c51e0a2614d7beeafd3aee21ff2b85241150babb..2034a116c04e4ccaf04e50cff9a73b3cbe383cd2 100644 (file)
@@ -61,6 +61,9 @@ EOF
        [0], [stdout], [stderr])
 done
 
+$LIBTOOL --mode=clean rm -f src/libb.la
+$LIBTOOL --mode=clean rm -f src/liba.la
+
 # Do not error if we do not relink (e.g. static-only systems)
 AT_CHECK([if $EGREP relinking stderr; then
            $EGREP ' -L.*\/new\/lib -lb -L.*\/old\/lib -lcee' stdout