Re: [perl #55544] [BUG] Dynpmcs Don't Depend on Parrot::Pmc2c::*
[email protected] (chromatic) Thu, 5 Feb 2009 18:18:57 -0800
| Newsgroups | perl.perl6.internals,perl.perl6.internals |
|---|---|
| Organization | Snafu |
| Message-ID | <[email protected]> |
On Thursday 05 February 2009 17:51:34 James Keenan via RT wrote: > On Mon Jun 09 17:34:09 2008, [email protected] wrote: > > This should be an easy fix for a Makefile hacker. > We have 'make' target dynpmc-clean which is included in 'clean'. So if > you called 'make clean' before reconfiguring, wouldn't this achieve your > objective? No; there's no reconfiguring. Running 'make clean' before rebuilding Parrot gives up almost all of the advantages of maintaining proper dependencies in a Makefile, and telling people to run 'make clean' after modifying code which generates dynpmcs but not necessarily core PMCs is an awkward special case. -- c