Sfoglia il codice sorgente

toybox: disable swap tools

Waldemar Brodkorb 6 anni fa
parent
commit
28f83a7fd3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: