Makefile 中的 assert
Posted yinhuachen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Makefile 中的 assert相关的知识,希望对你有一定的参考价值。
# 测试 system.bin 小于 100k,否则需要修改下面的 count --- 相当于 Makefile 中的 assert
test -n "$$(find $(BUILD)/system.bin -size -100k)"
以上是关于Makefile 中的 assert的主要内容,如果未能解决你的问题,请参考以下文章