Thanks, Will!

I succeeded to merge Harmony tree into my local copy:
$ svn propget svn:externals src/gc
gen http://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk/vm/gc_gen/src

Then I fixed Manifest.pm to process external entries correctly and
started to understand that MANIFEST is used mainly for bundling of the
product. It seems to me that it is not used for Makefile generation.
Is it true that config/gen/makefiles/root.in is hand-written?

Thanks!


On 10/6/07, Will Coleda <[EMAIL PROTECTED]> wrote:
>
> On Oct 5, 2007, at 1:35 PM, Maria Fedotova wrote:
>
> > Hello folks,
> >
> > I wonder if the community would be interested in attaching another
> > garbage collector to the parrot VM. For example, Apache Harmony
> > contains implementation of a parallel garbage collector [1] which is
> > quicker on modern multi-core and SMP systems.
> >
> > If you think this may be technically feasible, I wonder if there are
> > any legal issues which prevent Apache-licensed component to be used
> > with the code licensed under artistic license.
> >
> > I'm currently looking at tools/dev/mk_manifest_and_skip.pl to add GC
> > files to the build process. I'm also trying to dig up how
> > --gc=<config> option of Configure.pl works.
>
> This script automatically generates MANIFEST and MANIFEST.SKIP based
> on what's checked into the repository; If files are added to the
> repo, running this tool automatically adds them.
>
> > [1] http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/
> > gc_gen/
> >
> > With best regards,
> > Masha
> >
>
> --
> Will "Coke" Coleda
> [EMAIL PROTECTED]
>
>
>

Attachment: externals_fix.patch
Description: Binary data

Reply via email to