ソースを参照

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: