Closing bug 730. libbb run_parts is using scandir (a GNUism),

and it is used only by run_parts applet, so move it there.
Also saved ~30 bytes (prolly gcc autoinlining...).
This commit is contained in:
Denis Vlasenko
2006-11-26 20:13:39 +00:00
parent ec0c920a78
commit e5667c1cfe
4 changed files with 99 additions and 129 deletions

View File

@@ -65,7 +65,6 @@ lib-y += read.o
lib-y += recursive_action.o
lib-y += remove_file.o
lib-y += restricted_shell.o
lib-y += run_parts.o
lib-y += run_shell.o
lib-y += safe_strncpy.o
lib-y += safe_strtol.o