Mailing List Archive

[PATCH] gcj-branch makefile 'stuff'
Attached is a little convince patch against the current GCJ-backend
Makefile.

- Uses the shell function to expand the cflags/cppflags/libraries from
apr-config. (instead of invoking apr-config multiple times for each
source file)

- Now uses an installed APR. (old makefile required to use the APR Build
Directory...)

- missing a directory creation inside src.

I haven't had much time to seriously play with it, but it does compile
and run on Debian/Testing with a custom gcc 4.0.0 install.

If I have some spare time later, I will look at fixing the Automake
based build, and after that, I will try to integrate mod_mbox...

-Paul
Re: [PATCH] gcj-branch makefile 'stuff' [ In reply to ]
And before I fall asleep, this time I will attach the patch.


Paul Querna wrote:
> Attached is a little convince patch against the current GCJ-backend
> Makefile.
>
> - Uses the shell function to expand the cflags/cppflags/libraries from
> apr-config. (instead of invoking apr-config multiple times for each
> source file)
>
> - Now uses an installed APR. (old makefile required to use the APR Build
> Directory...)
>
> - missing a directory creation inside src.
>
> I haven't had much time to seriously play with it, but it does compile
> and run on Debian/Testing with a custom gcc 4.0.0 install.
>
> If I have some spare time later, I will look at fixing the Automake
> based build, and after that, I will try to integrate mod_mbox...
>
> -Paul
>
Re: [PATCH] gcj-branch makefile 'stuff' [ In reply to ]
Paul Querna wrote:
> And before I fall asleep, this time I will attach the patch.

Thanks Paul, I'll take a look at testing and committing this stuff
tomorrow sometime.

If you're going to keep working on the build system, we're just going to
have to give you commit access so you can do it yourself ;-)

-garrett