Changeset 485 for CMT/HEAD


Ignore:
Timestamp:
Dec 15, 2008, 11:17:27 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 380

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r484 r485  
     12008-12-15    <rybkin@lal.in2p3.fr> 380
     2       
     3        * source/cmt_parser.cxx: In functions fill_for_use_libraries and
     4        fill_for_all_constituents, discard the previous modification concerning the
     5        use_libraries and <constituent>_libraries macros. This is in order to be
     6        consistent with the command "cmt build library_links" that creates symlinks
     7        based on the used packages macro <package>_libraries regardless of the
     8        -no_auto_imports options
     9       
    1102008-12-14    <rybkin@lal.in2p3.fr> 379
    211       
  • CMT/HEAD/source/cmt_parser.cxx

    r484 r485  
    74837483    if (!Symbol::is_selected ("use_libraries"))
    74847484      {
    7485         /*
    74867485        buffer  = "macro use_libraries \"";
    74877486
     
    75007499       
    75017500        buffer += "\"";
    7502         */       
    7503         Use::fill_macro_all (buffer, "libraries");
     7501
    75047502        apply ();
    75057503      }
     
    75827580   *    <constituent>linkopts
    75837581   *    <constituent>_GUID
    7584    *    <constituent>_libraries
    75857582   *    <constituent>_stamps
    75867583   *
     
    79127909        buffer += "\"";
    79137910        apply ();
    7914        
    7915         buffer = "macro_append ";
    7916         buffer += constituent.name;
    7917         buffer += "_libraries ";
    7918         buffer += " \" ";
    7919         for (i = 0; i < imports.size (); i++)
    7920           {
    7921             Use* u = imports[i];
    7922            
    7923             u->fill_macro (buffer, "libraries");
    7924           }
    7925         buffer += "\"";
    7926         apply ();
    79277911
    79287912        buffer = "macro_append ";
Note: See TracChangeset for help on using the changeset viewer.