config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugs in config.guess


From: Ben Elliston
Subject: Re: Bugs in config.guess
Date: Sat, 21 Dec 2019 12:52:11 +1100
User-agent: Mutt/1.9.4 (2018-02-28)

On Sat, Dec 21, 2019 at 01:42:05AM +0100, Torbjörn Granlund wrote:

> BUG 2. Missing /proc/cpuinfo results is garbage printout.
> Please use
> 
>     alpha:Linux:*:*)
>       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 
> 2>/dev/null` in
> 
> instead.

Fixed:

commit 6f5b719255e306a37c9feb4ae649044db4ca7cf4
Author: Torbjörn Granlund <address@hidden>
Date:   Sat Dec 21 12:01:43 2019 +1100

            * config.guess (alpha:Linux:*:*): Guard against missing
            /proc/cpuinfo by redirecting standard error to /dev/null.
    
    Signed-off-by: Ben Elliston <address@hidden>

I will work on the other bug now.

Cheers,
Ben

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]