From d2a9ddeb6cc58284996fbc5367877c99fee8914e Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sun, 10 May 2009 20:10:13 +1000 Subject: general warning cleanup --- libbb/Kbuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libbb/Kbuild') diff --git a/libbb/Kbuild b/libbb/Kbuild index b3560bd0b..1ef67a8b7 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -13,11 +13,17 @@ lib-y += change_identity.o lib-y += create_icmp6_socket.o lib-y += create_icmp_socket.o lib-y += device_open.o +lib-y += get_console.o lib-y += inet_common.o +lib-y += inode_hash.o lib-y += kernel_version.o lib-y += login.o lib-y += makedev.o lib-y += match_fstype.o +lib-y += obscure.o +lib-y += procps.o +lib-y += restricted_shell.o +lib-y += run_shell.o lib-y += setup_environment.o lib-y += speed_table.o lib-y += vfork_daemon_rexec.o @@ -46,7 +52,6 @@ lib-y += fgets_str.o lib-y += find_pid_by_name.o lib-y += find_root_device.o lib-y += full_write.o -lib-y += get_console.o lib-y += get_last_path_component.o lib-y += get_line_from_file.o lib-y += getopt32.o @@ -54,7 +59,6 @@ lib-y += herror_msg.o lib-y += herror_msg_and_die.o lib-y += human_readable.o lib-y += info_msg.o -lib-y += inode_hash.o lib-y += isdirectory.o lib-y += last_char_is.o lib-y += lineedit.o @@ -64,7 +68,6 @@ lib-y += md5.o lib-y += messages.o lib-y += mode_string.o lib-y += mtab_file.o -lib-y += obscure.o lib-y += parse_mode.o lib-y += perror_msg.o lib-y += perror_msg_and_die.o @@ -72,12 +75,9 @@ lib-y += perror_nomsg.o lib-y += perror_nomsg_and_die.o lib-y += pidfile.o lib-y += process_escape_sequence.o -lib-y += procps.o lib-y += read.o lib-y += recursive_action.o lib-y += remove_file.o -lib-y += restricted_shell.o -lib-y += run_shell.o lib-y += safe_strncpy.o lib-y += safe_write.o lib-y += sha1.o @@ -140,6 +140,5 @@ lib-$(CONFIG_MINGW32) += strbuf_file.o lib-$(CONFIG_MINGW32) += strlcpy.o lib-$(CONFIG_MINGW32) += termios.o lib-$(CONFIG_MINGW32) += trace.o -lib-$(CONFIG_MINGW32) += usage.o lib-$(CONFIG_MINGW32) += winansi.o lib-$(CONFIG_MINGW32) += write_or_die.o -- cgit v1.2.3-55-g6feb