Changes between Version 2 and Version 3 of BuildTaskList

Show
Ignore:
Timestamp:
01/20/10 14:03:03 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v2 v3  
    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 really 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  
    12 Specifically: eliminate parrot_include step. 
     12Some tickets: 
     13  * #576 
     14  * #382 (done, needs mergeback) 
     15  * #1214 
     16  * #338 
     17  * #1285 (done, needs mergeback) 
     18 
     19 
     20== Completed == 
     21 
     22  * ~~ Specifically: eliminate parrot_include step. ~~ 
    1323 
    1424{{{ 
     
    293920:45 <@Coke> writing this up... 
    3040}}} 
    31  
    32 well, copying it. 
    33  
    34 Some tickets: 
    35   * #576 
    36   * #382 
    37   * #1214 
    38   * #338 
    39   * #1285