]> code.ossystems Code Review - openembedded-core.git/commit
sudo: quote BUILD_CC
authorKai Kang <kai.kang@windriver.com>
Wed, 7 Aug 2013 09:30:13 +0000 (17:30 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 9 Aug 2013 14:55:10 +0000 (07:55 -0700)
commit4f1fcdbea1629ebf506fb0dbd5df71a588f0372b
treea90fec5801186c6e2c3fb7a79b2c63d82324a409
parentb296e7412a45f0c07b4f843784211ef0f66221e6
sudo: quote BUILD_CC

BUILD_CC is assigned to CC when do compile. If BUILD_CC has multi-items
such as "ccache gcc", compilation fails with:

make: *** No rule to make target `gcc'.  Stop.

Double quote BUILD_CC to avoid this error.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/sudo/sudo.inc