【发布时间】:2011-09-15 14:57:28
【问题描述】:
有没有办法在不使用目标的情况下强制 BSD makefile 出错?我正在寻找类似的东西
.if ...some condition...
error bad configuration
.endif
这个问题类似于“How to force an error in a gnumake file”,但适用于 BSD makefile。
【问题讨论】:
标签: c makefile gnu-make bsdmake