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

$(warning current platform: $(PLATFORM_TYPE))

    

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2021-10-21
  • 2022-01-15
相关资源
相似解决方案