Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 17828 invoked from network); 31 Dec 2005 18:28:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Dec 2005 18:28:54 -0000 Received: (qmail 55334 invoked by uid 500); 31 Dec 2005 18:28:41 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 55310 invoked by uid 500); 31 Dec 2005 18:28:41 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 55299 invoked by uid 99); 31 Dec 2005 18:28:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2005 10:28:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2005 10:28:40 -0800 Received: by wproxy.gmail.com with SMTP id i31so1901462wra for ; Sat, 31 Dec 2005 10:28:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fVm5ptNyeKp2lNgMWuFvWIRQ399E/C5b6m3RU8WQAbc1mjpazPXcO5UOYk5pcccSxWMplCrhP+mX5zQuOWtsEMINqbgarsWIGPRSILacBATicWwSoN2GIPZS9nK5mqPL8hSDeQdTz4uwSMgT1VTi+maq4fwT2cGbsynPImEIZ1E= Received: by 10.54.143.5 with SMTP id q5mr4555432wrd; Sat, 31 Dec 2005 10:28:19 -0800 (PST) Received: by 10.54.121.15 with HTTP; Sat, 31 Dec 2005 10:28:19 -0800 (PST) Message-ID: <7edfeeef0512311028i374859b9p8a91d5a8553f5643@mail.gmail.com> Date: Sat, 31 Dec 2005 10:28:19 -0800 From: Garrett Rooney Sender: rooneg@gmail.com To: dev@httpd.apache.org Subject: Re: mod_smtpd changes In-Reply-To: <1136053412.617.15.camel@www> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1136053412.617.15.camel@www> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 12/31/05, Rian Hunter wrote: > Also I want to fix the folder hierarchy and put all the src in one > folder and the Makefiles in others, so it isn't so UNIX-centric. Most of the suff you mentioned seems fine (in concept anyway), but I don't really see the point of this one. Making the build system a bit nicer (specifically, the modules should build as part of the top level build, IMO) is a good goal, but both httpd and apr/apr-util put makefiles in with the source code, and it seems to work just fine to me, there's nothing "unix-centric" about it, IMO. -garrett