Jelajahi Sumber

tools/coreutils: provide the rmdir utility

Use the rmdir utility provided by GNU coreutils for macOS
in order to be able to use the option "--ignore-fail-on-non-empty".

Some other tools such as elfutils use this while building.

Tested-by: Georgi Valkov <[email protected]> # macOS
Signed-off-by: Michael Pratt <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <[email protected]>
Michael Pratt 1 tahun lalu
induk
melakukan
90262c6f6e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tools/coreutils/Makefile

+ 1 - 1
tools/coreutils/Makefile

@@ -16,7 +16,7 @@ PKG_HASH:=2bec616375002c92c1ed5ead32a092b174fe44c14bc736d32e5961053b821d84
 
 HOST_BUILD_PARALLEL := 1
 
-PKG_PROGRAMS:=chown cp date ginstall ln readlink realpath seq stat touch
+PKG_PROGRAMS:=chown cp date ginstall ln readlink realpath rmdir seq stat touch
 
 include $(INCLUDE_DIR)/host-build.mk