Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
authorDaniel Dunbar <daniel@zuster.org>
Mon, 20 Apr 2009 20:50:13 +0000 (20:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 20 Apr 2009 20:50:13 +0000 (20:50 +0000)
commita7f2a9e69fc53920640c4707cc8c4045d9ea7db9
tree9a8893f0fbd0381c4283d125b6596e58f264fe7e
parent75397f4092f0884fa961ba2265cd6a4278c62991
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:

  clang: error: unable to make temporary file: /etc/cc: can't make
  unique filename: Permission denied

instead of

  clang: error: unable to make temporary file: /etc/cc: can't make
  unique filenamePermission denied

for example.

Also, audited the uses of MakeErrMsg to make the prefix strings
consistent (not end with newline/punctuation/space/": ").

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69626 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Memory.inc
lib/System/Unix/Path.inc
lib/System/Unix/Program.inc
lib/System/Unix/Unix.h