Browse Source

toybox: disable swap tools

Waldemar Brodkorb 6 năm trước cách đây
mục cha
commit
28f83a7fd3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: