Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 1999 16:27:23 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Mark Murray <markm@FreeBSD.ORG>
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:  <19990117162723.A58648@nagual.pp.ru>
In-Reply-To: <199901170953.BAA10010@freefall.freebsd.org>; from markm@FreeBSD.ORG on Sun, Jan 17, 1999 at 01:53:35AM -0800
References:  <199901170953.BAA10010@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 17, 1999 at 01:53:35AM -0800, Mark Murray wrote:
> markm       1999/01/17 01:53:35 PST
> 
>   Modified files:
>     gnu/usr.bin/perl/libperl config.SH-aout.i386 
>                              config.SH-elf.alpha 
>                              config.SH-elf.i386 
>   Log:
>   Back out the last commit; it broke things.
>   

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

It happens because configpm sense only xxx=' or xxx=" as variables and
turn any other string into comment.
I just repeat what I put in commit log isn't it pretty clear or my english
problems?
You can simple delete optimize= line because anything you write there has
no effect at all and will be turned into comment.

-- 
Andrey A. Chernov
ache@null.net
MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y

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?19990117162723.A58648>