当前位置: 技术问答>linux和unix
弱弱地问: makefile里的 ?= 是什么意思啊?
来源: 互联网 发布时间:2016-03-06
本文导语: as the title showed ... KERNELDIR ?= /lib/modules/$(shell uname -r)/build 我不知道 ?= 是什么意思啊... | 条件赋值 KERNELDIR 之前没有赋值,此处才会赋值
as the title showed ...
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
我不知道 ?= 是什么意思啊...
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
我不知道 ?= 是什么意思啊...
|
条件赋值
KERNELDIR 之前没有赋值,此处才会赋值
KERNELDIR 之前没有赋值,此处才会赋值