有时候,要在打印makefile文件中的变量,可以用下面的语句,它将在编译时候打印出变量PLATFORM_TYPE的值。
$(warning current platform: $(PLATFORM_TYPE))