From: Reid Spencer Date: Mon, 25 Oct 2004 08:21:09 +0000 (+0000) Subject: Teach mkinstalldirs how to shut up about making directories. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b9f40c090f04959484886d44f07b90647abc83c4;p=oota-llvm.git Teach mkinstalldirs how to shut up about making directories. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/mkinstalldirs b/autoconf/mkinstalldirs index 6fbe5e11762..4b94bb93f6e 100755 --- a/autoconf/mkinstalldirs +++ b/autoconf/mkinstalldirs @@ -75,7 +75,7 @@ esac case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - echo "mkdir -p -- $*" + # echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not