]> sourceware.org Git - automake.git/commitdiff
* tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 26 Apr 2002 15:58:15 +0000 (15:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 26 Apr 2002 15:58:15 +0000 (15:58 +0000)
ChangeLog
tests/man2.test

index 4c63b6d03b19547cf0b13850b6f1321e6505d7bd..e5040319db61aa500b861867b47f7ebdc08945c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/man2.test: Use `pwd`, not $PWD.  Use $MAKE -e.
+
 2002-04-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.in (subobjname): Use the length of %subobjvar
index 28ddb86bdb90189c50a56d5e7fddf5aec184b078..d3ff8d1ba45d75c4f53b74b90bfa07a8d495d996 100755 (executable)
@@ -24,7 +24,7 @@ $AUTOMAKE
 
 # Let's play with $DESTDIR too, it shouldn't hurt.
 ./configure --prefix=''
-$MAKE DESTDIR=$PWD/=inst install
+DESTDIR="`pwd`/=inst" $MAKE -e SHELL=/bin/sh install
 
 test -f ./=inst/man/man2/foo.2
 test -f ./=inst/man/man4/foo.4
This page took 0.033373 seconds and 5 git commands to generate.