Changes between Version 3 and Version 4 of BuildTaskList

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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v3 v4  
    33Goals: 
    44 
    5   *  most file generation should be done via make, not Config. 
    6   *  accurate build dependencies 
    7   *  checkdepend.pl should verify perl dependencies. 
     5  * most file generation should be done via make, not Config. 
     6  * accurate build dependencies 
     7  * checkdepend.pl should verify perl dependencies. 
    88  * checkdepend.pl should verify pir deps. 
    99  * checkdepend.pl should be really be able to '''generate''' makefiles, not just verify them. 
     10  * checkdepend.pl should interpolate variables like make does when checking make. (not all at once at the end, but as-we-go.) 
    1011  * recursive make is bad. Avoid it where possible, esp for anything built with the default target. 
    1112