diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-26 20:13:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-26 20:13:39 +0000 |
commit | e5667c1cfe339b2f84abaabb90259ec29b91cf89 (patch) | |
tree | 385d96cede38de88bcc55cf2e02c36deb86f25a5 /libbb/Kbuild | |
parent | ec0c920a78813d1c047924e024017189dedeec93 (diff) | |
download | busybox-w32-e5667c1cfe339b2f84abaabb90259ec29b91cf89.tar.gz busybox-w32-e5667c1cfe339b2f84abaabb90259ec29b91cf89.tar.bz2 busybox-w32-e5667c1cfe339b2f84abaabb90259ec29b91cf89.zip |
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...).
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 1ddec9a8d..550723cea 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -65,7 +65,6 @@ lib-y += read.o | |||
65 | lib-y += recursive_action.o | 65 | lib-y += recursive_action.o |
66 | lib-y += remove_file.o | 66 | lib-y += remove_file.o |
67 | lib-y += restricted_shell.o | 67 | lib-y += restricted_shell.o |
68 | lib-y += run_parts.o | ||
69 | lib-y += run_shell.o | 68 | lib-y += run_shell.o |
70 | lib-y += safe_strncpy.o | 69 | lib-y += safe_strncpy.o |
71 | lib-y += safe_strtol.o | 70 | lib-y += safe_strtol.o |