Changeset 618 for CMT


Ignore:
Timestamp:
May 15, 2012, 5:43:58 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 493

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r617 r618  
     12012-05-15    <rybkin@lal.in2p3.fr> 493
     2
     3        * mgr/requirements: In definitions of cdepflags, cppdepflag macros for
     4        Linux, Darwin tags, add explicit specification of target of rule emitted by
     5        dependency generation (with -MQ TARGET option)
     6       
    172012-05-14    <rybkin@lal.in2p3.fr> 492
    28
  • CMT/HEAD/mgr/requirements

    r617 r618  
    182182
    183183macro cdepflags "" \
    184       c_native_dependencies&Linux       "-MMD -MP -MF $*.d" \
    185       c_native_dependencies&Darwin      "-MMD -MP -MF $*.d" \
     184      c_native_dependencies&Linux       "-MMD -MP -MF $*.d -MQ $@" \
     185      c_native_dependencies&Darwin      "-MMD -MP -MF $*.d -MQ $@" \
    186186      c_native_dependencies&VisualC     "/showIncludes /E"
    187187
     
    274274
    275275macro cppdepflags "" \
    276       cpp_native_dependencies&Linux       "-MMD -MP -MF $*.d" \
    277       cpp_native_dependencies&Darwin      "-MMD -MP -MF $*.d" \
     276      cpp_native_dependencies&Linux       "-MMD -MP -MF $*.d -MQ $@" \
     277      cpp_native_dependencies&Darwin      "-MMD -MP -MF $*.d -MQ $@" \
    278278      cpp_native_dependencies&VisualC     "/showIncludes /E"
    279279
Note: See TracChangeset for help on using the changeset viewer.