is there a way to have every line printed as make process the Makefile? (like to use -x in bash script)

前端 未结 0 617
梦如初夏
梦如初夏 2020-12-15 13:45

I know for Makefile debugging, people use (I do too) $(info ... ) or $(warn ...) print to see Makefile variable and flow. and I also know Makefile goes through mulitple pass

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