automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: man2.test portability tweak


From: Alexandre Duret-Lutz
Subject: FYI: man2.test portability tweak
Date: Fri, 26 Apr 2002 17:55:44 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

2002-04-26  Alexandre Duret-Lutz  <address@hidden>

        * tests/man2.test: Use `pwd`, not $PWD.  Use $MAKE -e.

Index: tests/man2.test
===================================================================
RCS file: /cvs/automake/automake/tests/man2.test,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 man2.test
--- tests/man2.test     13 Apr 2002 21:52:18 -0000      1.1.2.1
+++ tests/man2.test     26 Apr 2002 15:54:37 -0000
@@ -24,7 +24,7 @@
 
 # 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
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]