Changes between Version 15 and Version 16 of BuildTaskList

Show
Ignore:
Timestamp:
02/01/10 15:08:10 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v15 v16  
    1414  * avoid make targets with two+ targets on the left; parallel make is allowed to call this rule twice, which is probably not what you want.  
    1515    * make checkdepend.pl squawk about this, to make them easier to find and replace? 
    16   * Instead of invoking $(CC) directly, we invoke tools/dev/cc_flags.pl to invoke CC for us. We should use the c compiler directly instead; to support the cases where cc_flags.pl is using customized flags for a particular build step, that should be handled in the generated makefile, not by running a script to figure it out at build time. 
     16  * Instead of invoking $(CC) directly, we invoke tools/dev/cc_flags.pl to invoke CC for us. We should use the c compiler directly instead; to support the cases where cc_flags.pl is using customized flags for a particular build step, that should be handled in the generated makefile, not by running a script to figure it out at build time. ./CFLAGS is currently generated from a cflags.in file that is using the conditional makefile syntax. Once we start generating the dependencies manually, we can generate manual rules for anything that requires non-standard CFLAGS. 
    1717 
    1818Originally from checkdepend.pl: