Changes between Version 8 and Version 9 of BuildTaskList
- Timestamp:
- 01/26/10 03:52:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildTaskList
v8 v9 9 9 * checkdepend.pl should verify pir deps. 10 10 * 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.)12 11 * 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. 13 15 * 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 16 15 17 Some 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 23 19 24 20 == Completed == 25 21 22 * ~~checkdepend.pl should interpolate variables like make does when checking make. (not all at once at the end, but as-we-go.)~~ 26 23 * ~~ Specifically: eliminate parrot_include step. ~~ 27 24