소스 검색

toybox: disable swap tools

Waldemar Brodkorb 6 년 전
부모
커밋
28f83a7fd3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/toybox/Makefile

+ 1 - 0
package/toybox/Makefile

@@ -23,6 +23,7 @@ CONFIG_STYLE:=		manual
 XAKE_FLAGS+=		CC="gcc" V=1 PREFIX="$(WRKINST)"
 
 do-configure:
+	-rm $(WRKBUILD)/toys/other/swap*.c
 	cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig
 
 toybox-install: