Changes between Version 9 and Version 10 of BuildTaskList

Show
Ignore:
Timestamp:
01/26/10 04:00:18 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildTaskList

    v9 v10  
    1 Working in branches/one_make 
    2  
    31Goals: 
    42 
    53  * 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}}}. 
    64    * 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. 
    76  * accurate build dependencies 
    87  * checkdepend.pl should verify perl dependencies.