From ea07dab857a5a0cb4038721add91a4cf163d7c9a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 13 Jun 2015 23:25:56 +0300 Subject: [PATCH] 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). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc95df6..5379a3d 100644 --- a/Makefile +++ b/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: