You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sander Striker <st...@apache.org> on 2001/07/17 16:20:48 UTC

make_exports.awk

Hi,

After being bitten by make_exports and friends a few times
I decided to look into fixing it.

The results are attached.

I think this will be a usefull replacement for the
build_exports/make_exports in httpd.

Sander

RE: make_exports.awk

Posted by rb...@covalent.net.
+1

Ryan

On Tue, 17 Jul 2001, Sander Striker wrote:

> Sorry, I forgot to mention how to run it, although
> it is very simple.
>
> >From httpd-2.0 do:
>
> $ awk -f make_exports.awk include/*.h srclib/*/include/*.h >exports.c
>
> That's all.
>
> Sander [who is very late and typing this while leaving...]
>
> > Hi,
> >
> > After being bitten by make_exports and friends a few times
> > I decided to look into fixing it.
> >
> > The results are attached.
> >
> > I think this will be a usefull replacement for the
> > build_exports/make_exports in httpd.
> >
> > Sander
> >
>
>


_____________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
Covalent Technologies			rbb@covalent.net
-----------------------------------------------------------------------------


RE: make_exports.awk

Posted by rb...@covalent.net.
+1

Ryan

On Tue, 17 Jul 2001, Sander Striker wrote:

> Sorry, I forgot to mention how to run it, although
> it is very simple.
>
> >From httpd-2.0 do:
>
> $ awk -f make_exports.awk include/*.h srclib/*/include/*.h >exports.c
>
> That's all.
>
> Sander [who is very late and typing this while leaving...]
>
> > Hi,
> >
> > After being bitten by make_exports and friends a few times
> > I decided to look into fixing it.
> >
> > The results are attached.
> >
> > I think this will be a usefull replacement for the
> > build_exports/make_exports in httpd.
> >
> > Sander
> >
>
>


_____________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
Covalent Technologies			rbb@covalent.net
-----------------------------------------------------------------------------


RE: make_exports.awk

Posted by Sander Striker <st...@apache.org>.
Sorry, I forgot to mention how to run it, although
it is very simple.

>From httpd-2.0 do:

$ awk -f make_exports.awk include/*.h srclib/*/include/*.h >exports.c

That's all.

Sander [who is very late and typing this while leaving...]

> Hi,
> 
> After being bitten by make_exports and friends a few times
> I decided to look into fixing it.
> 
> The results are attached.
> 
> I think this will be a usefull replacement for the
> build_exports/make_exports in httpd.
> 
> Sander
> 

RE: make_exports.awk

Posted by Sander Striker <st...@apache.org>.
Sorry, I forgot to mention how to run it, although
it is very simple.

>From httpd-2.0 do:

$ awk -f make_exports.awk include/*.h srclib/*/include/*.h >exports.c

That's all.

Sander [who is very late and typing this while leaving...]

> Hi,
> 
> After being bitten by make_exports and friends a few times
> I decided to look into fixing it.
> 
> The results are attached.
> 
> I think this will be a usefull replacement for the
> build_exports/make_exports in httpd.
> 
> Sander
>