]> git.proxmox.com Git - mirror_qemu.git/commit - rules.mak
restore CFLAGS check for conflict and fix recursive CFLAGS issue
authorThomas Monjalon <thomas_ml@monjalon.net>
Fri, 11 Sep 2009 16:45:40 +0000 (18:45 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:53 +0000 (09:32 -0500)
commitfc3baad7bf1a2256ae784181a6ec73c5242db8b5
tree13fac367a17007ef529c9636ce11980cd6bb151c
parent25fe3654834e97b04a2eca1cfa84115d0f281413
restore CFLAGS check for conflict and fix recursive CFLAGS issue

cc-option uses more make-syntax to replace the shell "if/else".

Issue with recursive += is fixed by doing the first assignment
simply-expanded, as explained in
http://www.gnu.org/software/make/manual/html_node/Appending.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
pc-bios/optionrom/Makefile
rules.mak