Skip to content
  • Mike Frysinger's avatar
    config.mk: unify duplicated flag setting · 326a6945
    Mike Frysinger authored
    
    
    Multiple rules are using the expanded AFLAGS/CFLAGS settings and some are
    getting so long that the rules need to be line wrapped.  So unify them in
    one variable, use that variable in the rule, and then unwrap things.  This
    makes the actual `make` output nicer as it doesn't have line continuations
    in it anymore.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    326a6945