Ignore:
Timestamp:
Dec 4, 2013, 10:57:15 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_use.cxx

    r655 r656  
    19341934    {
    19351935      cout << "|Use::change_path> path: " << new_path
    1936            << ": project: " << (project ? project->get_cmtpath () : "0")
    1937            << ": " << get_info () << endl;
     1936           << " project: " << (project ? project->get_cmtpath () : "0")
     1937           << " use: " << get_info () << endl;
    19381938    }
    19391939
     
    19781978    {
    19791979      cout << "<Use::change_path| real_path: " << real_path
    1980            << ": m_project: " << (m_project ? m_project->get_cmtpath () : "0")
    1981            << ": " << get_info () << endl;
     1980           << " m_project: " << (m_project ? m_project->get_cmtpath () : "0")
     1981           << " use: " << get_info () << endl;
    19821982    }
    19831983}
     
    37703770    }
    37713771
     3772  if (action_setup == Cmt::get_action () &&
     3773      Requirements == Cmt::get_print_mode ())
     3774    {
     3775      //cerr << "|Use::fill_standard_macros> Checking for " << prefix << "CONFIG" << endl;
     3776      if (!discarded &&
     3777          get_package_name () != "cmt_standalone" &&
     3778          get_strategy ("SetupConfig"))
     3779        {
     3780          buffer += "macro ";
     3781          buffer += prefix;
     3782          buffer += "CONFIG";
     3783          buffer += " \"";
     3784          buffer += CmtSystem::get_cmt_config ();
     3785          buffer += "\"";
     3786          buffer += "\n";
     3787        }
     3788    }
     3789
    37723790  buffer += "macro ";
    37733791  buffer += prefix;
Note: See TracChangeset for help on using the changeset viewer.