Changeset 617


Ignore:
Timestamp:
May 14, 2012, 3:28:25 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 492

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r616 r617  
     12012-05-14    <rybkin@lal.in2p3.fr> 492
     2
     3        * mgr/requirements: In definitions of cdepflags, cppdepflag macros for
     4        Linux, Darwin tags, add explicit specification of file to receive
     5        dependency information (with -MF FILE option) to work around distcc problem
     6        with gcc 3.0 and later, see
     7        http://distcc.googlecode.com/svn/trunk/doc/web/faq.html
     8       
    192012-05-13    <rybkin@lal.in2p3.fr> 491
    210
     
    1220        * mgr/fragments/c: idem
    1321        * mgr/fragments/c_library: idem
    14         * mgr/requirements: Define cdepflags, cppdepflag macros for Linix, Darwin
     22        * mgr/requirements: Define cdepflags, cppdepflag macros for Linux, Darwin
    1523        tags to enable enhanced mechanism of source file dependencies generation
    1624        at compilation time when tag c_native_dependencies or
  • CMT/HEAD/mgr/requirements

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