Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 1999 20:01:46 +0200
From:      Mark Murray <mark@grondar.za>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>
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 
Message-ID:  <199901171801.UAA17630@greenpeace.grondar.za>
In-Reply-To: Your message of " Sun, 17 Jan 1999 19:54:14 %2B0300." <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> 

next in thread | previous in thread | raw e-mail | index | archive | help
"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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901171801.UAA17630>