how to check if a directory does “not exist” in Makefile? if [ ! -d … ] returns always true

后端 未结 0 763
悲哀的现实
悲哀的现实 2020-12-14 12:21

I want to add a couple of lines so that the make process can error out if certain directory (set by a Makefile variable DIR1) doesn\'t exist. Here is the added part but this

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