Changeset 460 for CMT/HEAD


Ignore:
Timestamp:
Jun 22, 2008, 12:50:04 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 361

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r459 r460  
     12008-06-22    <rybkin@lal.in2p3.fr> 361
     2       
     3        * source/cmt_parser.cxx: Ensure the requirements file in ${CMTHOME} is
     4        parsed if exists
     5        * source/cmt_project.cxx: Ensure the cmt broadcast command works correctly
     6        in case CMTHOME or/and CMTUSERCONTEXT is/are defined
     7       
    182008-05-30    <rybkin@lal.in2p3.fr> 360
    29       
  • CMT/HEAD/source/cmt_parser.cxx

    r459 r460  
    81698169  use = Use::add (path, name, "v0", "", "", "", 0);
    81708170
    8171   cmt_string f = Me.m_cmt_user_context;
     8171  cmt_string f = path;
    81728172  f += CmtSystem::file_separator ();
    81738173  f += file_name;
  • CMT/HEAD/source/cmt_project.cxx

    r459 r460  
    10341034                  s3 = p_real;
    10351035                }
    1036               depth--;
     1036              if (src != "CMTHOME" && src != "CMTUSERCONTEXT")
     1037                depth--;
    10371038
    10381039              if (depth == 0) break;
Note: See TracChangeset for help on using the changeset viewer.