Changes between Version 3 and Version 4 of BuildTaskList
- Timestamp:
- 01/20/10 18:12:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildTaskList
v3 v4 3 3 Goals: 4 4 5 * 6 * 7 * 5 * most file generation should be done via make, not Config. 6 * accurate build dependencies 7 * checkdepend.pl should verify perl dependencies. 8 8 * checkdepend.pl should verify pir deps. 9 9 * 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.) 10 11 * recursive make is bad. Avoid it where possible, esp for anything built with the default target. 11 12