diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
commit | d2a9ddeb6cc58284996fbc5367877c99fee8914e (patch) | |
tree | 187cadb382d0336bbc529cc7ca9e3d1ccd680213 /libbb/Kbuild | |
parent | 1fa419fb3c7ef91e878398bb0388854d27d7bd8f (diff) | |
download | busybox-w32-old.tar.gz busybox-w32-old.tar.bz2 busybox-w32-old.zip |
general warning cleanupold
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 13 |
1 files changed, 6 insertions, 7 deletions
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 | |||
13 | lib-y += create_icmp6_socket.o | 13 | lib-y += create_icmp6_socket.o |
14 | lib-y += create_icmp_socket.o | 14 | lib-y += create_icmp_socket.o |
15 | lib-y += device_open.o | 15 | lib-y += device_open.o |
16 | lib-y += get_console.o | ||
16 | lib-y += inet_common.o | 17 | lib-y += inet_common.o |
18 | lib-y += inode_hash.o | ||
17 | lib-y += kernel_version.o | 19 | lib-y += kernel_version.o |
18 | lib-y += login.o | 20 | lib-y += login.o |
19 | lib-y += makedev.o | 21 | lib-y += makedev.o |
20 | lib-y += match_fstype.o | 22 | lib-y += match_fstype.o |
23 | lib-y += obscure.o | ||
24 | lib-y += procps.o | ||
25 | lib-y += restricted_shell.o | ||
26 | lib-y += run_shell.o | ||
21 | lib-y += setup_environment.o | 27 | lib-y += setup_environment.o |
22 | lib-y += speed_table.o | 28 | lib-y += speed_table.o |
23 | lib-y += vfork_daemon_rexec.o | 29 | lib-y += vfork_daemon_rexec.o |
@@ -46,7 +52,6 @@ lib-y += fgets_str.o | |||
46 | lib-y += find_pid_by_name.o | 52 | lib-y += find_pid_by_name.o |
47 | lib-y += find_root_device.o | 53 | lib-y += find_root_device.o |
48 | lib-y += full_write.o | 54 | lib-y += full_write.o |
49 | lib-y += get_console.o | ||
50 | lib-y += get_last_path_component.o | 55 | lib-y += get_last_path_component.o |
51 | lib-y += get_line_from_file.o | 56 | lib-y += get_line_from_file.o |
52 | lib-y += getopt32.o | 57 | lib-y += getopt32.o |
@@ -54,7 +59,6 @@ lib-y += herror_msg.o | |||
54 | lib-y += herror_msg_and_die.o | 59 | lib-y += herror_msg_and_die.o |
55 | lib-y += human_readable.o | 60 | lib-y += human_readable.o |
56 | lib-y += info_msg.o | 61 | lib-y += info_msg.o |
57 | lib-y += inode_hash.o | ||
58 | lib-y += isdirectory.o | 62 | lib-y += isdirectory.o |
59 | lib-y += last_char_is.o | 63 | lib-y += last_char_is.o |
60 | lib-y += lineedit.o | 64 | lib-y += lineedit.o |
@@ -64,7 +68,6 @@ lib-y += md5.o | |||
64 | lib-y += messages.o | 68 | lib-y += messages.o |
65 | lib-y += mode_string.o | 69 | lib-y += mode_string.o |
66 | lib-y += mtab_file.o | 70 | lib-y += mtab_file.o |
67 | lib-y += obscure.o | ||
68 | lib-y += parse_mode.o | 71 | lib-y += parse_mode.o |
69 | lib-y += perror_msg.o | 72 | lib-y += perror_msg.o |
70 | lib-y += perror_msg_and_die.o | 73 | lib-y += perror_msg_and_die.o |
@@ -72,12 +75,9 @@ lib-y += perror_nomsg.o | |||
72 | lib-y += perror_nomsg_and_die.o | 75 | lib-y += perror_nomsg_and_die.o |
73 | lib-y += pidfile.o | 76 | lib-y += pidfile.o |
74 | lib-y += process_escape_sequence.o | 77 | lib-y += process_escape_sequence.o |
75 | lib-y += procps.o | ||
76 | lib-y += read.o | 78 | lib-y += read.o |
77 | lib-y += recursive_action.o | 79 | lib-y += recursive_action.o |
78 | lib-y += remove_file.o | 80 | lib-y += remove_file.o |
79 | lib-y += restricted_shell.o | ||
80 | lib-y += run_shell.o | ||
81 | lib-y += safe_strncpy.o | 81 | lib-y += safe_strncpy.o |
82 | lib-y += safe_write.o | 82 | lib-y += safe_write.o |
83 | lib-y += sha1.o | 83 | lib-y += sha1.o |
@@ -140,6 +140,5 @@ lib-$(CONFIG_MINGW32) += strbuf_file.o | |||
140 | lib-$(CONFIG_MINGW32) += strlcpy.o | 140 | lib-$(CONFIG_MINGW32) += strlcpy.o |
141 | lib-$(CONFIG_MINGW32) += termios.o | 141 | lib-$(CONFIG_MINGW32) += termios.o |
142 | lib-$(CONFIG_MINGW32) += trace.o | 142 | lib-$(CONFIG_MINGW32) += trace.o |
143 | lib-$(CONFIG_MINGW32) += usage.o | ||
144 | lib-$(CONFIG_MINGW32) += winansi.o | 143 | lib-$(CONFIG_MINGW32) += winansi.o |
145 | lib-$(CONFIG_MINGW32) += write_or_die.o | 144 | lib-$(CONFIG_MINGW32) += write_or_die.o |