How to debug GNU make's variable assignment

后端 未结 0 1851
温柔的废话
温柔的废话 2020-12-12 01:39

My Makefile contains something like

BASE_VAR=$(cat path/to/value.txt)

DERIVED_VAR=$(if $(BASE_VAR),foo,bar)

This does not produce the result

相关标签:
回答
  • 消灭零回复
提交回复
热议问题