浏览代码

clean: Be sure to remove crosstool-NG/.build/src .

This is required to ensure clean rebuilds regardless the nature of changes
(it's for example required to re-apply patches).
Paul Sokolovsky 10 年之前
父节点
当前提交
ea07dab857
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -247,6 +247,7 @@ crosstool-NG/bootstrap:
 
 clean: clean-sdk
 	make -C crosstool-NG clean MAKELEVEL=0
+	-rm -rf crosstool-NG/.build/src
 	-rm -rf $(TOOLCHAIN)
 
 clean-sdk: