Moving source code from config/gen/platform to src/platform

Will Coleda will at coleda.com
Mon Jan 10 01:31:49 UTC 2011


On Sun, Jan 9, 2011 at 5:57 PM, Nick Wellnhofer <wellnhofer at aevum.de> wrote:
> At the moment, some platform-specific code is generated from source files in
> config/gen/platform. This is unnecessary because all these files can be
> compiled directly.
>
> In branch nwellnhof/platform_src, I moved all that code to a new directory
> src/platform, cleaned it up a little, and adjusted the configure and build
> process. See
>
> https://github.com/parrot/parrot/commit/59fec7a832
>
> In a next step, I'd like to move all platform dependent code like the code
> src/io or in the OS dynpmc to src/platform and remove all platform #ifdefs
> from the rest of the Parrot source.
>
> Obviously, I had to touch a lot of platform-specific code, so I could need
> testers on not so common platforms.
>
> Nick
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>

How does this impact t/src/checkdepend.t ?

-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list