make clean vs make clobber

make is pretty smart, and picks up what has changed from the last build, so if you run repo sync and then build without cleaning, in most cases it should work just fine.

make clean does the same thing as make clobber, which is removing all generated files ($OUT_DIR).

posted @ 2015-03-12 20:05  瘋耔  阅读(486)  评论(0编辑  收藏  举报
跳至侧栏