[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] correct installation of mod_dontdothat

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 11 Mar 2013 14:38:12 +0200

Julian Foad wrote on Mon, Mar 11, 2013 at 11:33:09 +0000:
> Daniel Shahaf wrote:
>
> [...]
> > FWIW, it would have been nice to see a diff of build-outputs.mk as
> > well...
>
> Hi Daniel.  Here's the change to build-outputs.mk as seen on my Ubuntu 12.04 system:
>

Thanks Julian!

> [[[
> $ diff -U1 install-*.mk

This says we treat mod_dontdothat as though it was a core module
(subversion/mod_dontdothat): it is included in 'make apache-mod' (part
of 'make'), excluded from 'make tools' (part of 'make' too, as of 1.8),
included in 'make install-mods-shared' (and there's no
install-tools-mods-shared target, IIRC).

I think that's wrong. Those makefile targets are for core modules and
this one is only a tools/ module at this point. Specifically, including
mod_dontdothat in 'make install' (rather than 'make install-tools') may
create false user expectations: users who don't run "make install-tools"
except only core stuff to be installed, but mod_dontdothat is tools/ and
not core.

Cheers,

Daniel
Received on 2013-03-11 13:53:22 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.