diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-04 17:16:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-04 17:16:44 +0200 |
commit | 7e1bb4bc5c1e2724a00bb4ef18925c8ed6f44886 (patch) | |
tree | bee78ed7ec0f371025dfd5dcdf9de21f14029c60 /libbb/Kbuild.src | |
parent | 926031b7640bf5aad2ffcd54b096911743a47d97 (diff) | |
download | busybox-w32-7e1bb4bc5c1e2724a00bb4ef18925c8ed6f44886.tar.gz busybox-w32-7e1bb4bc5c1e2724a00bb4ef18925c8ed6f44886.tar.bz2 busybox-w32-7e1bb4bc5c1e2724a00bb4ef18925c8ed6f44886.zip |
libbb: reduce number of *error_msg[_and_die].c files by four
No code changes.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index cb1f8e954..5c567000a 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -32,8 +32,6 @@ lib-y += create_icmp_socket.o | |||
32 | lib-y += default_error_retval.o | 32 | lib-y += default_error_retval.o |
33 | lib-y += device_open.o | 33 | lib-y += device_open.o |
34 | lib-y += dump.o | 34 | lib-y += dump.o |
35 | lib-y += error_msg.o | ||
36 | lib-y += error_msg_and_die.o | ||
37 | lib-y += execable.o | 35 | lib-y += execable.o |
38 | lib-y += fclose_nonstdin.o | 36 | lib-y += fclose_nonstdin.o |
39 | lib-y += fflush_stdout_and_exit.o | 37 | lib-y += fflush_stdout_and_exit.o |
@@ -48,7 +46,6 @@ lib-y += getopt32.o | |||
48 | lib-y += getpty.o | 46 | lib-y += getpty.o |
49 | lib-y += get_volsize.o | 47 | lib-y += get_volsize.o |
50 | lib-y += herror_msg.o | 48 | lib-y += herror_msg.o |
51 | lib-y += herror_msg_and_die.o | ||
52 | lib-y += human_readable.o | 49 | lib-y += human_readable.o |
53 | lib-y += inet_common.o | 50 | lib-y += inet_common.o |
54 | lib-y += info_msg.o | 51 | lib-y += info_msg.o |
@@ -72,7 +69,6 @@ lib-y += obscure.o | |||
72 | lib-y += parse_mode.o | 69 | lib-y += parse_mode.o |
73 | lib-y += parse_config.o | 70 | lib-y += parse_config.o |
74 | lib-y += perror_msg.o | 71 | lib-y += perror_msg.o |
75 | lib-y += perror_msg_and_die.o | ||
76 | lib-y += perror_nomsg.o | 72 | lib-y += perror_nomsg.o |
77 | lib-y += perror_nomsg_and_die.o | 73 | lib-y += perror_nomsg_and_die.o |
78 | lib-y += pidfile.o | 74 | lib-y += pidfile.o |