Date: Sun, 17 Jan 1999 17:03:07 +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: <199901171503.RAA87113@greenpeace.grondar.za> In-Reply-To: Your message of " Sun, 17 Jan 1999 16:27:23 %2B0300." <19990117162723.A58648@nagual.pp.ru> References: <199901170953.BAA10010@freefall.freebsd.org> <19990117162723.A58648@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
"Andrey A. Chernov" wrote: > Why you just return back the bug even without fixing it by another way? > I perfectly describe the bug in the commit log. > > Your > optimize=${CFLAGS:-''} > line turned into > ## optimize=${CFLAGS:-''} > comment! > after configpm runned, see very beggining of generated Config.pm I fully understand that the current state-off-affairs does not work as it should. I reverted it because is broke "make world" or "make release" for some folks. > It happens because configpm sense only xxx=' or xxx=" as variables and > turn any other string into comment. Correct. Who said the value that is got (after your modification) was correct? > I just repeat what I put in commit log isn't it pretty clear or my english > problems? Your English is fine :-). It's your lack of understanding of the Perl5 build that I have problem with. > You can simple delete optimize= line because anything you write there has > no effect at all and will be turned into comment. I intent to keep it there as a reminder to fix that line. The line works fine for libperl. 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?199901171503.RAA87113>