Skip to content
Snippets Groups Projects
Commit 326a6945 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

config.mk: unify duplicated flag setting


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>
parent 96805a52
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment