Changes between Version 10 and Version 11 of BuildTaskList
- Timestamp:
- 01/26/10 14:47:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildTaskList
v10 v11 13 13 * eliminate the recursive 'dynpmc' target. 14 14 * avoid make targets with two+ targets on the left; || make is allowed to call this rule twice, which is probably not what you want. 15 * Instead of invoking $(CC) directly, we invoke tools/dev/cc_flags.pl to invoke CC for us. We should use the c compiler directly instead; to support the cases where cc_flags.pl is using customized flags for a particular build step, that should be handled in the generated makefile, not by running a script to figure it out at build time. 15 16 16 17 Some tickets: 17 #576 #382 18 #576 #382 #1214 #338 #1285 #1418 18 19 19 20 == Completed ==