Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 3732 invoked by uid 500); 22 Aug 2003 07:53:46 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 3624 invoked from network); 22 Aug 2003 07:53:41 -0000 Received: from cerberus.radan.com (HELO radan.com) (195.166.67.75) by daedalus.apache.org with SMTP; 22 Aug 2003 07:53:41 -0000 Received: by radan.com; id IAA04673; Fri, 22 Aug 2003 08:22:08 +0100 (BST) Received: from sonicwall.radan.com(195.166.67.78) by cerberus.radan.com via csmap (V4.1) id srcAAA0Yaaij; Fri, 22 Aug 03 08:22:06 +0100 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44 1225 320320 Fax: +44 1225 320311 Web: http://www.radan.com/ Received: from uk.radan.com (dhcp-b-13 [172.16.51.13]) by uk.radan.com (8.9.1b+Sun/8.9.1) with ESMTP id IAA12459; Fri, 22 Aug 2003 08:22:06 +0100 (BST) Message-ID: <3F45C519.6050704@uk.radan.com> Date: Fri, 22 Aug 2003 08:24:09 +0100 From: Steve Hay User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: Joe Schaefer CC: Stas Bekman , apreq-dev@httpd.apache.org Subject: Re: [PATCH] Fix building libapreq-1.2 with latest ExtUtils-MakeMaker's References: <3F44A3C8.4020209@uk.radan.com> <3F44FA26.2000507@stason.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Joe Schaefer wrote: >Stas Bekman writes: > > > >>Not, so fast. Won't it break the hack for older perls with older >>MakeMaker? >> >> > >It shouldn't- for older MakeMakers it should have the same effect >as the current code. At least that's my impression of the discussion >to date. > I agree. To quote Schwern in his original suggestion: === 6.05 and previous had this: dynamic :: Makefile $(INST_DYNAMIC) $(INST_BOOT) 6.06_01 and up have this dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT) === The patch changed a substitution that was looking for the bit to keep ("Makefile" or "$(FIRST_MAKEFILE)", which changed) to a pair of substitutions looking for the bits to lop off ("$(INST_DYNAMIC)" and "$(INST_BOOT)", which didn't change), so it should be fine.