commit | 326a69452745352ab09fe9b11d3d2fa4e9213c1c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Dec 15 07:17:31 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Dec 17 21:19:37 2010 +0100 |
tree | cbeb4e671b78d66b65aeccc234d5e797c4174aff | |
parent | 96805a529c3ce366f3ecfd58a8b72ec21432af1c [diff] |
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: Mike Frysinger <vapier@gentoo.org>