Browse Source

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 năm trước cách đây
mục cha
commit
ea07dab857
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: