Changeset 371


Ignore:
Timestamp:
Feb 8, 2007, 10:23:16 AM (17 years ago)
Author:
garonne
Message:

See C.L 323

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r366 r371  
     12007-02-08 Vincent Garonne <garonne@lal.in2p3.fr> 323
     2
     3        * source/cmt_parser.cxx: Disable the creation of ROOT/CONFIG variable for the PACKAGE_POLICY_<project> virtual package 
     4
    152007-01-02 Vincent Garonne <garonne@lal.in2p3.fr> 322
    26
  • CMT/HEAD/source/cmt_parser.cxx

    r366 r371  
    58565856
    58575857          if (use.discarded) continue;
    5858 
     5858          if (use.m_hidden) continue;
     5859         
    58595860          print_context (use, mode, tag);
    58605861        }
     
    59295930          if (use->m_hidden) continue;
    59305931
    5931           Package* p = use->get_package ();
    5932           if (p->is_cmt ()) continue;
     5932              Package* p = use->get_package ();
     5933              if (p->is_cmt ()) continue;
     5934
    59335935
    59345936          switch (mode)
     
    59785980
    59795981  bool do_config = use.get_strategy ("SetupConfig");
    5980   bool do_root = use.get_strategy ("SetupRoot");
    5981 
     5982  bool do_root   = use.get_strategy ("SetupRoot");
     5983   
     5984 
    59825985  switch (mode)
    59835986    {
     
    71667169               
    71677170                    if (u->discarded) continue;
     7171                    if (u->m_hidden) continue;
    71687172
    71697173                            Package* p = u->get_package ();
     
    72127216           
    72137217                if (u->discarded) continue;
     7218                if (u->m_hidden) continue;
    72147219               
    72157220                if (Cmt::get_debug ())
     
    74087413               
    74097414                if (u->discarded) continue;
     7415                if (u->m_hidden) continue;
    74107416               
    74117417                Package* p = u->get_package ();
Note: See TracChangeset for help on using the changeset viewer.