]> sourceware.org Git - automake.git/commitdiff
* libobj2.test: Put depcomp into subdir.
authorTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:38:10 +0000 (23:38 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:38:10 +0000 (23:38 +0000)
* confsub.test: Put depcomp into subdir.
* defs: Always copy `depcomp'.

tests/ChangeLog
tests/confsub.test
tests/defs
tests/libobj2.test

index b6727a844820e889908329cda6d2e5b2bbfa8471..cceafa3b501760bb323bc376b491ac5913f470ec 100644 (file)
@@ -1,5 +1,9 @@
 2000-03-19  Tom Tromey  <tromey@cygnus.com>
 
+       * libobj2.test: Put depcomp into subdir.
+       * confsub.test: Put depcomp into subdir.
+       * defs: Always copy `depcomp'.
+
        * defs: Correctly create `depcomp'.
        * nodepcomp.test: Remove depcomp.
 
index 1b4b5a29875db3dcaf5845b2f7ea17974aefebac..73a4f04d1aace06cc78fa2de6c6db51ef04584b2 100755 (executable)
@@ -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.
index e04150b713cfdffc2087b8c480a7102e44f2cc2e..4a6824db8ac647ea45a277e002911dd51ab47341 100644 (file)
@@ -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.
index c0ec72bf9e56868adcc4849db6362180605a11f5..e38abd66b9dccd9be03290771eeb1fb3f3b9c3c9 100755 (executable)
@@ -28,6 +28,8 @@ END
 
 : > subdir/fsusage.c
 
+mv depcomp subdir
+
 $AUTOMAKE || exit 1
 
 grep 'fsusage\.c' subdir/Makefile.in
This page took 0.032356 seconds and 5 git commands to generate.