[Cmake-commits] CMake branch, master, updated. v2.8.5-200-g7dcbb66
KWSys Robot
kwrobot at kitware.com
Sat Aug 20 12:30:22 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 7dcbb663157858fe4fc73adce4ad23ffd370bb2e (commit)
from 02e2f3e35049f9d09d503bd789e2042b7a2b9e62 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7dcbb663157858fe4fc73adce4ad23ffd370bb2e
commit 7dcbb663157858fe4fc73adce4ad23ffd370bb2e
Author: David Cole <david.cole at kitware.com>
AuthorDate: Sat Aug 20 12:26:30 2011 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Sat Aug 20 12:30:09 2011 -0400
KWSys: Remove translation path for "/tmp_mnt/" (#10595)
In SystemTools::ClassInitialize, remove call to AddTranslationPath
that was originally put in place to "work around an SGI problem."
This code precluded using CMake effectively in valid directories
under "/tmp_mnt/"
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index c4aff4a..695949a 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -4573,8 +4573,6 @@ void SystemTools::ClassInitialize()
// for windows because drive letters need to be maintained. Also,
// there are not sym-links and mount points on windows anyway.
#if !defined(_WIN32) || defined(__CYGWIN__)
- // Work-around an SGI problem by always adding this mapping:
- SystemTools::AddTranslationPath("/tmp_mnt/", "/");
// The tmp path is frequently a logical path so always keep it:
SystemTools::AddKeepPath("/tmp/");
-----------------------------------------------------------------------
Summary of changes:
Source/kwsys/SystemTools.cxx | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list