فهرست منبع

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: