diff options
author | Björn Gustavsson <[email protected]> | 2010-07-29 16:29:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-03 17:17:24 +0200 |
commit | 9262acb51b4f096c0d67a7b896f2f22466ebaf59 (patch) | |
tree | 1d3f535800fae409e69edbbc67284029be942a68 /lib | |
parent | 8f0799177b0707caad0e367ddc68aa8441eebf2b (diff) | |
download | otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.tar.gz otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.tar.bz2 otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.zip |
ts: Eliminate Clearcase references in comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/test_server/src/ts.erl | 2 | ||||
-rw-r--r-- | lib/test_server/src/ts_erl_config.erl | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lib/test_server/src/ts.erl b/lib/test_server/src/ts.erl index e23b891392..fcd955345f 100644 --- a/lib/test_server/src/ts.erl +++ b/lib/test_server/src/ts.erl @@ -71,7 +71,7 @@ %%% ts_erl_config Finds out information about the Erlang system, %%% for instance the location of erl_interface. %%% This works for either an installed OTP or an Erlang -%%% system running from Clearcase. +%%% system running in a git repository/source tree. %%% ts_make Interface to run the `make' program on Unix %%% and other platforms. %%% ts_make_erl A corrected version of the standar Erlang module diff --git a/lib/test_server/src/ts_erl_config.erl b/lib/test_server/src/ts_erl_config.erl index 71e848d221..640c8ddc9f 100644 --- a/lib/test_server/src/ts_erl_config.erl +++ b/lib/test_server/src/ts_erl_config.erl @@ -266,21 +266,6 @@ jinterface(Vars, _OsType) -> end, [{jinterface_classpath, filename:nativename(ClassPath)}|Vars]. -%% Unused! -% ig_vars(Vars) -> -% {Lib0, Incl} = -% case erl_root(Vars) of -% {installed, Root} -> -% Base = filename:join([Root, "usr"]), -% {filename:join([Base, "lib"]), -% filename:join([Base, "include"])}; -% {Type, Root, Target} when Type == clearcase; Type == srctree -> -% {filename:join([Root, "lib", "ig", "obj", Target]), -% filename:join([Root, "lib", "ig", "include"])} -% end, -% [{ig_libdir, filename:nativename(Lib0)}, -% {ig_include, filename:nativename(Incl)}|Vars]. - lib_dir(Vars, Lib) -> LibLibDir = case Lib of erts -> |