[CRIU] [PATCH] tools.mk: Define CC if not set to 'default'

Cyrill Gorcunov gorcunov at gmail.com
Thu Apr 11 20:17:03 MSK 2019


On Thu, Apr 11, 2019 at 10:21:37AM +0100, Radostin Stoyanov wrote:
> 	FOO ?= bar
> 
> is equivalent to
> 
> 	ifeq ($(origin FOO), undefined)
> 	FOO = bar
> 	endif
> 
> However, when CC is not set its value is 'default' rather than
> 'undefined'.
> 
> Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
Acked-by: Cyrill Gorcunov <gorcunov at gmail.com>


More information about the CRIU mailing list