Changes between Version 12 and Version 13 of BuildTaskList

Show
Ignore:
Timestamp:
01/26/10 14:58:22 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v12 v13  
    77  * checkdepend.pl should verify perl dependencies. 
    88  * checkdepend.pl should verify pir deps. 
    9   * checkdepend.pl should be really be able to '''generate''' makefiles, not just verify them. 
     9  * checkdepend.pl should be able to '''generate''' makefiles, not just verify them. 
    1010  * recursive make is bad. Avoid it where possible, esp for anything built with the default target. 
    1111    * eliminate the recursive 'docs' target. 
     
    1313    * eliminate the recursive 'dynpmc' target. 
    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.  
     15    * make checkdepend.pl squawk about this, to make them easier to find and replace? 
    1516  * 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. 
    1617