Changes between Version 8 and Version 9 of BuildTaskList

Show
Ignore:
Timestamp:
01/26/10 03:52:33 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v8 v9  
    99  * checkdepend.pl should verify pir deps. 
    1010  * checkdepend.pl should be really be able to '''generate''' makefiles, not just verify them. 
    11   * checkdepend.pl should interpolate variables like make does when checking make. (not all at once at the end, but as-we-go.) 
    1211  * recursive make is bad. Avoid it where possible, esp for anything built with the default target. 
     12    * eliminate the recursive 'docs' target. 
     13    * eliminate the recursive 'dynoplibs' target. 
     14    * eliminate the recursive 'dynpmc' target. 
    1315  * avoid make targets with two+ targets on the left; || make is allowed to call this rule twice, which is probably not what you want.  
    1416 
    1517Some tickets: 
    16   * #576 
    17   * #382 (done, needs mergeback) 
    18   * #1214 
    19   * #338 
    20   * #1285 (done, needs mergeback) 
    21   * #1418 
    22  
     18#576 #382  #1214 #338 #1285  #1418 
    2319 
    2420== Completed == 
    2521 
     22  * ~~checkdepend.pl should interpolate variables like make does when checking make. (not all at once at the end, but as-we-go.)~~ 
    2623  * ~~ Specifically: eliminate parrot_include step. ~~ 
    2724