You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/09/15 06:01:02 UTC

Re: [FIX] Depency for mod_speling in src/modules/standard/Makefile


On Mon, 15 Sep 1997, Martin Kraemer wrote:

> When the main includes change, mod_speling wasn't rebuilt.
> But when adding the dependencies (using gcc -MM), I realized that
> 
> 1)  os.h and os-include.c seem to be missing from the depencies for all
>     the other modules (which is in most situations desirable... see 2)

Yup.

> 2)  The main Makefile shouldn't just cp the os*.[ch] files to src/main
>     but should compare them for equality before copying. I've seen
>     (commented) clues of this in the regex make procedure.

I'd prefer a symlink. 

> Patch to add mod_speling depency is appended.

+1

Dean


Re: [FIX] Depency for mod_speling in src/modules/standard/Makefile

Posted by Paul Sutton <pa...@ukweb.com>.
On Sun, 14 Sep 1997, Dean Gaudet wrote:
> > 2)  The main Makefile shouldn't just cp the os*.[ch] files to src/main
> >     but should compare them for equality before copying. I've seen
> >     (commented) clues of this in the regex make procedure.
> 
> I'd prefer a symlink. 

Agreed. I sent a patch for this a couple of days ago? Did it get lost? 

//pcs