X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Finstdir-prog.sh;h=26e6c42feb7dc2a75a413848802cf4c402d932e9;hb=15996acc36367acf3a653eea6e1fbec03b00a964;hp=e59431c2cf628a27956d8db9a3ec4a5238cd368a;hpb=93c2c33e04e4e5b78da45ec8c251899acce5d322;p=platform%2Fupstream%2Fautomake.git diff --git a/t/instdir-prog.sh b/t/instdir-prog.sh old mode 100755 new mode 100644 index e59431c..26e6c42 --- a/t/instdir-prog.sh +++ b/t/instdir-prog.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -68,20 +68,7 @@ cd build am_cv_python_pyexecdir="$instdir/pyexec" $MAKE -bindir= libdir= pyexecdir= -export bindir libdir pyexecdir -$MAKE -e install -test ! -e "$instdir" -$MAKE -e install DESTDIR="$destdir" -test ! -e "$instdir" -test ! -e "$destdir" -$MAKE -e uninstall > stdout || { cat stdout; exit 1; } -cat stdout -# Creative quoting below to please maintainer-check. -grep 'rm'' ' stdout && exit 1 -$MAKE -e uninstall DESTDIR="$destdir" > stdout || { cat stdout; exit 1; } -cat stdout -# Creative quoting below to please maintainer-check. -grep 'rm'' ' stdout && exit 1 +nulldirs='bindir= libdir= pyexecdir=' +null_install :