[llvm-commits] CVS: llvm/autoconf/mkinstalldirs

Reid Spencer reid at x10sys.com
Mon Oct 25 01:21:19 PDT 2004



Changes in directory llvm/autoconf:

mkinstalldirs updated: 1.2 -> 1.3
---
Log message:

Teach mkinstalldirs how to shut up about making directories.


---
Diffs of the changes:  (+1 -1)

Index: llvm/autoconf/mkinstalldirs
diff -u llvm/autoconf/mkinstalldirs:1.2 llvm/autoconf/mkinstalldirs:1.3
--- llvm/autoconf/mkinstalldirs:1.2	Sun Oct 10 14:09:33 2004
+++ llvm/autoconf/mkinstalldirs	Mon Oct 25 03:21:09 2004
@@ -75,7 +75,7 @@
 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






More information about the llvm-commits mailing list