Changes between Version 9 and Version 10 of BuildTaskList
- Timestamp:
- 01/26/10 04:00:18 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildTaskList
v9 v10 1 Working in branches/one_make2 3 1 Goals: 4 2 5 3 * most file generation should be done via make, not Config. To see what files are generated by your configure, {{{make realclean; perl Configure.pl; svn st --no-ignore}}}. 6 4 * ext/Parrot-Embed/Makefile.PL should not be generated; it should just use Parrot::Config to get @ this config-time information. 5 * the steps that generate PMC related info don't have to happen at config time. move them into the build. 7 6 * accurate build dependencies 8 7 * checkdepend.pl should verify perl dependencies.