git: kernel: Normalize conf/files rules.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Tue May 29 00:01:23 PDT 2018


commit 3c996f4107ee33e18a9914b21d7e2eed8d153c2a
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon May 28 17:24:32 2018 +0300

    kernel: Normalize conf/files rules.
    
    Prefer to use config(8) variables to reduce duplication
    In the recipies for atomic.c we override global -fno-frame-pointer only
    if not profiling (at the moment unusable .mcount), add missing ${WERROR}.
    For vkernel64/mp.c just swap additions for consistency.
    
    We could merge the ${WERROR} directly into ${NORMAL_C} later on.

Summary of changes:
 sys/platform/pc64/conf/files      | 2 +-
 sys/platform/vkernel64/conf/files | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c996f4107ee33e18a9914b21d7e2eed8d153c2a


-- 
DragonFly BSD source repository



More information about the Commits mailing list