From owner-cvs-all Sun Jan 17 10:02:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09544 for cvs-all-outgoing; Sun, 17 Jan 1999 10:02:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09537; Sun, 17 Jan 1999 10:02:00 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA10565; Sun, 17 Jan 1999 20:01:52 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.2/8.9.2) with ESMTP id UAA17630; Sun, 17 Jan 1999 20:01:48 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199901171801.UAA17630@greenpeace.grondar.za> To: "Andrey A. Chernov" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: Your message of " Sun, 17 Jan 1999 19:54:14 +0300." <19990117195413.A30023@nagual.pp.ru> References: <199901170953.BAA10010@freefall.freebsd.org> <19990117162723.A58648@nagual.pp.ru> <199901171503.RAA87113@greenpeace.grondar.za> <19990117183530.A1460@nagual.pp.ru> <199901171541.RAA05521@greenpeace.grondar.za> <19990117184922.A8649@nagual.pp.ru> <199901171601.SAA19475@greenpeace.grondar.za> <19990117195413.A30023@nagual.pp.ru> Date: Sun, 17 Jan 1999 20:01:46 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Andrey A. Chernov" wrote: > Well, for > optimize="${CFLAGS}" > shell script produce > optimize="" > which is right and MakeMaker produce > OPTIMIZE= ${CFLAGS} In one case, the macro is incorrect, it needs to be the calue, NOT the macro, ie it needs to be (say) -pipe -O2, NOT ${CFLAGS}, because the ${CFLAGS} screws things up. I need to go back to the actual code to find the _precise_ breakage, but what I say above is substantially correct in spirit. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message