Makefile Throws Error Even When In If Block

后端 未结 0 1794
孤街浪徒
孤街浪徒 2021-01-18 17:04

I have a validation function that I want to throw error when the validation fails. This is the code I use:

define validate
    if [ condition... ]; then \\
           


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