* Olof Oberg ([EMAIL PROTECTED]) wrote :
> Hi, 
> 
> trying to write my first module I used apxs to generate the Makefile.
> 
>  apxs -g -n ion
> 
> Problem is that apxs.in has the following defined 
> 
>  top_srcdir=/home/rbb/apachebin4
>  top_builddir=/home/rbb/apachebin4/build
>  include /home/rbb/apachebin4/build/special.mk
> 
> which naturally isn't applicable on my environment.
> 
> Not knowing how the build system works exactly I tried to figure 
> things out. 
> 
> If one assumes top_builddir is the build/ directory of the installed 
> apache (/data/local/apache/build) then the following conflict occurs:
> 
>  special.mk includes $(top_builddir)/rules.mk
> and 
>  rules.mk includes $(top_builddir)/build/config_vars.mk
> 
> Both those files are of course in build/. 
> 
> To not cause any confusion this is a CVS HEAD installation.
> 
> Btw, apxs 1.3 doesn't include any files.
> 
Hi, 
I'm hoping to get time this evening to finish my changes to apxs as Aaron
and I set out last week - this _should_ eliminate this problem, but I'll be
sure to test it.
Cheers,
-Thom


Reply via email to