Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 95411 invoked from network); 9 Feb 2005 20:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Feb 2005 20:11:47 -0000 Received: (qmail 69931 invoked by uid 500); 9 Feb 2005 20:11:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 69890 invoked by uid 500); 9 Feb 2005 20:11:43 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 69877 invoked by uid 99); 9 Feb 2005 20:11:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 09 Feb 2005 12:11:42 -0800 Received: from st-augustin.ics.uci.edu (st-augustin.ics.uci.edu [128.195.20.85]) (authenticated bits=0) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j19KB5cd027454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Feb 2005 12:11:05 -0800 (PST) Date: Wed, 09 Feb 2005 12:11:59 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Decreasing need to recompile buildmark.c? Message-ID: X-Mailer: Mulberry/3.1.6 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0-r105955 X-Spam-Checker-Version: SpamAssassin 3.1.0-r105955 (2004-11-20) on scotch.ics.uci.edu X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on scotch.ics.uci.edu X-Virus-Status: Clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'd like to see what we can do to minimize our need to always recompile buildmark.c. Ideally, it should only need to be recompiled if httpd is being relinked for some other reason - not every single time make is run. One possibility might be to do something via the $(PROGRAM_NAME) target in build/program.mk - i.e. compile buildmark right before we do the httpd link. Thoughts? Any other brilliant strategies come to mind? -- justin