Changeset 151


Ignore:
Timestamp:
Feb 24, 2006, 9:21:25 AM (19 years ago)
Author:
arnault
Message:

Suppress some warnings see CL 298

Location:
CMT/HEAD
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r147 r151  
     12006-02-24  Christian Arnault  <arnault@lal.in2p3.fr> 298
     2
     3        * mgr/requirements: Suppress automatic installation of share/bin & share/lib in CLASSPATH for with_installarea
     4
     5        * source/cmt_project.cxx (create_project): Suppress a warning message
     6
     7        * source/cmt_commands.cxx (do_check): Suppress automatic warnings for do_check_configuration
     8        (do_setup): idem for cmt setup
     9
    1102006-02-10  Vincent Garonne <garonne@lal.in2p3.fr> 297
    211
  • CMT/HEAD/mgr/requirements

    r146 r151  
    686686  path_prepend LD_LIBRARY_PATH "" \
    687687               <project>_with_installarea&Unix "<path>/$(<project>_installarea_prefix)/${CMTCONFIG}/lib" ; \
    688   path_prepend CLASSPATH "" <project>_with_installarea "<path>/$(<project>_installarea_prefix)/share/lib" ; \
    689   path_prepend CLASSPATH "" <project>_with_installarea "<path>/$(<project>_installarea_prefix)/share/bin" ; \
    690688  macro_prepend cmt_installarea_linkopts "" \
    691689                <project>_without_installarea "" \
  • CMT/HEAD/source/cmt_commands.cxx

    r144 r151  
    689689        {
    690690          cmt.m_action = action_check_configuration;
    691           cmt.m_warnings = true;
     691          //cmt.m_warnings = true;
    692692        }
    693693      else if (arg == "files")
     
    11091109{
    11101110  cmt.m_action = action_setup;
    1111   cmt.m_warnings = true;
     1111  //cmt.m_warnings = true;
    11121112}
    11131113
  • CMT/HEAD/source/cmt_project.cxx

    r138 r151  
    385385          // Specifications are inconsistent!!
    386386         
     387          /*
    387388          if (!Cmt::get_quiet ())
    388389            {
     
    393394                   << " from project file." << endl;
    394395            }
     396          */
    395397         
    396398          if (get_release_from_path (items, compressed_path, specified_name, n, release))
Note: See TracChangeset for help on using the changeset viewer.