As a side note it's pretty clear that MANIFEST.generated needs to be
machine generated itself.
-J
--
On Wed, Feb 01, 2006 at 04:53:46PM -0800, Joshua Isom wrote:
> # New Ticket Created by Joshua Isom
> # Please include the string: [perl #38405]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38405 >
>
>
> I've made a patch that modifies config/gen/makefiles/root.in and a
> couple others to simplify things and improve "archclean". At the same
> time, it changes several directory paths to use variables to help any
> possible future restructuring. But I did notice that some files listed
> in the generated Makefile but not in root.in don't use the variables at
> all(I haven't looked, but I'll assume they're in few locations in the
> config pm's).
>
> Another thing I added is support for a shared parrot on darwin. I left
> shared support off in the hints. Things like make world and make test
> would still work, but running parrot from the build directory(if the
> shared library isn't installed, and the env variable isn't set) won't
> work. It would effect everything in languages/.
>