config-patches
[Top][All Lists]
Advanced

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

* config.sub: Properly parse the KERNEL-OS case.


From: John Ericson
Subject: * config.sub: Properly parse the KERNEL-OS case.
Date: Tue, 23 Jun 2020 23:14:58 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi Ben,

I guess I am getting back to the refactoring I was doing before for one last round, so now finally no two components are ever conflated:

    * config.sub: Properly parse the KERNEL-OS case.

    I previous parsed basic_machine into separate `cpu` and `kernel`
    variables, I parse `basic_os` (a rename of `os` when used early on) into
    `kernel` and `os`.

    Like before, this does make thins a bit longer, but I think it makes the
    code understand and more robust, and so is worth the cost.

    * config.sub: Move OS whitelist to bottom of case. This is in preparation
    for the following commit.

Hope it looks good to you.

Cheers,

John


Attachment: 0001-config.sub-Move-OS-whitelist-to-bottom-of-case.-This.patch
Description: Text Data

Attachment: 0002-config.sub-Properly-parse-the-KERNEL-OS-case.patch
Description: Text Data


reply via email to

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