From 683079438f94c995056352c726e55aae69171d3e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 19 Mar 2000 23:38:10 +0000 Subject: [PATCH] * libobj2.test: Put depcomp into subdir. * confsub.test: Put depcomp into subdir. * defs: Always copy `depcomp'. --- tests/ChangeLog | 4 ++++ tests/confsub.test | 2 ++ tests/defs | 4 +--- tests/libobj2.test | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index b6727a84..cceafa3b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@ 2000-03-19 Tom Tromey + * libobj2.test: Put depcomp into subdir. + * confsub.test: Put depcomp into subdir. + * defs: Always copy `depcomp'. + * defs: Correctly create `depcomp'. * nodepcomp.test: Remove depcomp. diff --git a/tests/confsub.test b/tests/confsub.test index 1b4b5a29..73a4f04d 100755 --- a/tests/confsub.test +++ b/tests/confsub.test @@ -27,6 +27,8 @@ END : > subdir/config.h.in +mv depcomp subdir + $AUTOMAKE || exit 1 # Make sure subdir Makefile.in doesn't itself look in the subdir. diff --git a/tests/defs b/tests/defs index e04150b7..4a6824db 100644 --- a/tests/defs +++ b/tests/defs @@ -40,9 +40,7 @@ END : > mkinstalldirs : > missing -(cd .. - ln -s $srcdir/../depcomp testSubDir/depcomp 2> /dev/null || - cp $srcdir/../depcomp testSubDir/depcomp) || exit 1 +(cd .. && cp $srcdir/../depcomp testSubDir/depcomp) || exit 1 # See how redirections should work. User can set VERBOSE to see all # output. diff --git a/tests/libobj2.test b/tests/libobj2.test index c0ec72bf..e38abd66 100755 --- a/tests/libobj2.test +++ b/tests/libobj2.test @@ -28,6 +28,8 @@ END : > subdir/fsusage.c +mv depcomp subdir + $AUTOMAKE || exit 1 grep 'fsusage\.c' subdir/Makefile.in -- 2.43.5