Changes between Version 6 and Version 7 of BuildTaskList

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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v6 v7  
    1111  * checkdepend.pl should interpolate variables like make does when checking make. (not all at once at the end, but as-we-go.) 
    1212  * recursive make is bad. Avoid it where possible, esp for anything built with the default target. 
    13   
     13  * avoid make targets with two+ targets on the left; || make is allowed to call this rule twice, which is probably not what you want.  
     14 
    1415Some tickets: 
    1516  * #576