diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 22:27:07 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 18:38:14 +1000 |
commit | 6a89ed1763400f4ad0ba5807d52f8604acc50758 (patch) | |
tree | 67b637a534de38a06e0a0fb9b897db9e3fa407e6 | |
parent | 49b590d78d85d5394bb6ca5be74c585e5c5040af (diff) | |
download | busybox-w32-6a89ed1763400f4ad0ba5807d52f8604acc50758.tar.gz busybox-w32-6a89ed1763400f4ad0ba5807d52f8604acc50758.tar.bz2 busybox-w32-6a89ed1763400f4ad0ba5807d52f8604acc50758.zip |
Exclude files that will not compile on Windows
-rw-r--r-- | libbb/Kbuild | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 1b11d5d39..eb3cd5039 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -37,27 +37,20 @@ lib-y += fgets_str.o | |||
37 | lib-y += find_pid_by_name.o | 37 | lib-y += find_pid_by_name.o |
38 | lib-y += find_root_device.o | 38 | lib-y += find_root_device.o |
39 | lib-y += full_write.o | 39 | lib-y += full_write.o |
40 | lib-y += get_console.o | ||
41 | lib-y += get_last_path_component.o | 40 | lib-y += get_last_path_component.o |
42 | lib-y += get_line_from_file.o | 41 | lib-y += get_line_from_file.o |
43 | lib-y += getopt32.o | 42 | lib-y += getopt32.o |
44 | lib-y += getpty.o | ||
45 | lib-y += get_volsize.o | 43 | lib-y += get_volsize.o |
46 | lib-y += herror_msg.o | 44 | lib-y += herror_msg.o |
47 | lib-y += herror_msg_and_die.o | 45 | lib-y += herror_msg_and_die.o |
48 | lib-y += human_readable.o | 46 | lib-y += human_readable.o |
49 | lib-y += inet_common.o | ||
50 | lib-y += info_msg.o | 47 | lib-y += info_msg.o |
51 | lib-y += inode_hash.o | 48 | lib-y += inode_hash.o |
52 | lib-y += isdirectory.o | 49 | lib-y += isdirectory.o |
53 | lib-y += kernel_version.o | ||
54 | lib-y += last_char_is.o | 50 | lib-y += last_char_is.o |
55 | lib-y += lineedit.o lineedit_ptr_hack.o | 51 | lib-y += lineedit.o lineedit_ptr_hack.o |
56 | lib-y += llist.o | 52 | lib-y += llist.o |
57 | lib-y += login.o | ||
58 | lib-y += make_directory.o | 53 | lib-y += make_directory.o |
59 | lib-y += makedev.o | ||
60 | lib-y += match_fstype.o | ||
61 | lib-y += md5.o | 54 | lib-y += md5.o |
62 | # Alternative (disabled) implementation | 55 | # Alternative (disabled) implementation |
63 | #lib-y += md5prime.o | 56 | #lib-y += md5prime.o |
@@ -85,13 +78,11 @@ lib-y += read_key.o | |||
85 | lib-y += recursive_action.o | 78 | lib-y += recursive_action.o |
86 | lib-y += remove_file.o | 79 | lib-y += remove_file.o |
87 | lib-y += run_shell.o | 80 | lib-y += run_shell.o |
88 | lib-y += safe_gethostname.o | ||
89 | lib-y += safe_poll.o | 81 | lib-y += safe_poll.o |
90 | lib-y += safe_strncpy.o | 82 | lib-y += safe_strncpy.o |
91 | lib-y += safe_write.o | 83 | lib-y += safe_write.o |
92 | lib-y += setup_environment.o | 84 | lib-y += setup_environment.o |
93 | lib-y += sha1.o | 85 | lib-y += sha1.o |
94 | lib-y += signals.o | ||
95 | lib-y += simplify_path.o | 86 | lib-y += simplify_path.o |
96 | lib-y += single_argv.o | 87 | lib-y += single_argv.o |
97 | lib-y += skip_whitespace.o | 88 | lib-y += skip_whitespace.o |
@@ -101,7 +92,6 @@ lib-y += strrstr.o | |||
101 | lib-y += time.o | 92 | lib-y += time.o |
102 | lib-y += trim.o | 93 | lib-y += trim.o |
103 | lib-y += u_signal_names.o | 94 | lib-y += u_signal_names.o |
104 | lib-y += udp_io.o | ||
105 | lib-y += uuencode.o | 95 | lib-y += uuencode.o |
106 | lib-y += vdprintf.o | 96 | lib-y += vdprintf.o |
107 | lib-y += verror_msg.o | 97 | lib-y += verror_msg.o |
@@ -111,15 +101,26 @@ lib-y += wfopen.o | |||
111 | lib-y += wfopen_input.o | 101 | lib-y += wfopen_input.o |
112 | lib-y += write.o | 102 | lib-y += write.o |
113 | lib-y += xatonum.o | 103 | lib-y += xatonum.o |
114 | lib-y += xconnect.o | 104 | lib-y += xfunc_die.o |
115 | lib-y += xfuncs.o | 105 | lib-y += xfuncs.o |
116 | lib-y += xfuncs_printf.o | 106 | lib-y += xfuncs_printf.o |
117 | lib-y += xfunc_die.o | ||
118 | lib-y += xgetcwd.o | 107 | lib-y += xgetcwd.o |
119 | lib-y += xgethostbyname.o | ||
120 | lib-y += xreadlink.o | 108 | lib-y += xreadlink.o |
121 | lib-y += xrealloc_vector.o | 109 | lib-y += xrealloc_vector.o |
122 | 110 | ||
111 | lib-$(CONFIG_PLATFORM_POSIX) += get_console.o | ||
112 | lib-$(CONFIG_PLATFORM_POSIX) += getpty.o | ||
113 | lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o | ||
114 | lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o | ||
115 | lib-$(CONFIG_PLATFORM_POSIX) += login.o | ||
116 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | ||
117 | lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o | ||
118 | lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o | ||
119 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | ||
120 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | ||
121 | lib-$(CONFIG_PLATFORM_POSIX) += xconnect.o | ||
122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | ||
123 | |||
123 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | 124 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o |
124 | 125 | ||
125 | # A mix of optimizations (why build stuff we know won't be used) | 126 | # A mix of optimizations (why build stuff we know won't be used) |