소스 검색

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: