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) |
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 lib-y += default_error_retval.o lib-y += device_open.o lib-y += dump.o -lib-y += error_msg.o -lib-y += error_msg_and_die.o lib-y += execable.o lib-y += fclose_nonstdin.o lib-y += fflush_stdout_and_exit.o @@ -48,7 +46,6 @@ lib-y += getopt32.o lib-y += getpty.o lib-y += get_volsize.o lib-y += herror_msg.o -lib-y += herror_msg_and_die.o lib-y += human_readable.o lib-y += inet_common.o lib-y += info_msg.o @@ -72,7 +69,6 @@ lib-y += obscure.o lib-y += parse_mode.o lib-y += parse_config.o lib-y += perror_msg.o -lib-y += perror_msg_and_die.o lib-y += perror_nomsg.o lib-y += perror_nomsg_and_die.o lib-y += pidfile.o |