From dev-return-2036-apmail-perl-dev-archive=perl.apache.org@perl.apache.org Wed Nov 21 02:30:40 2001 Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 72207 invoked by uid 500); 21 Nov 2001 02:30:39 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 72081 invoked from network); 21 Nov 2001 02:30:39 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Tue, 20 Nov 2001 18:34:54 -0800 (PST) From: Doug MacEachern X-Sender: dougm@localhost To: Stas Bekman cc: "modperl-2.0 dev-list" Subject: Re: [patch] automatic build's args re-use In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 21 Nov 2001, Stas Bekman wrote: > that doesn't work, since new args starting with MP_ are added. If I do > what you suggest I get: ... > Unknown Option: MP_LIBNAME you found a bug, try now :) > here is the new patch: > > not sure about the __PACKAGE__ thing in the first sub line though. looks good. __PACKAGE__ is fine. if you could change to grep /^MP_/, then we have somewhat of a sanity check that we don't use any MP_ names that aren't valid build options. +1 with that. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org