summaryrefslogtreecommitdiff
path: root/libbb/Makefile.in
diff options
context:
space:
mode:
authorRob Landley2005-09-07 06:39:02 +0000
committerRob Landley2005-09-07 06:39:02 +0000
commit90ca6b2878bacfb9a92742aa54255295aa25cf6f (patch)
treef3af342196b9349f130bff3c640c7d1404a2e103 /libbb/Makefile.in
parent14efdc58ce064fd4e0601e7099aec1c54bdaba0b (diff)
downloadbusybox-90ca6b2878bacfb9a92742aa54255295aa25cf6f.zip
busybox-90ca6b2878bacfb9a92742aa54255295aa25cf6f.tar.gz
This code exists to compensate for ancient broken build environments which,
as far as I can tell, are no longer relevant. Modern busybox refuses to build under libc5 (there's a specific test and #error for that), and I'm not sure building against 2.1 kernel headers on Alpha was ever relevant. I'm happy to put any of this back if anybody can point to a real need for it, but if so we need to specifically document what environment is being compensated for. (And we should quarrantine the build environment code into one place, anyway. Maybe "quirks.h" for known compiler and libc quirks?)
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r--libbb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index 44c7a98..dae3c12 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -32,14 +32,14 @@ LIBBB_SRC:= \
hash_fd.c herror_msg.c herror_msg_and_die.c \
human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \
kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \
- make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \
+ make_directory.c mode_string.c mtab.c mtab_file.c \
my_getgrgid.c my_getgrnam.c my_getpwnam.c my_getug.c\
my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \
perror_msg_and_die.c print_file.c get_console.c \
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \
read_package_field.c recursive_action.c remove_file.c \
restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \
- safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \
+ safe_strncpy.c setup_environment.c simplify_path.c \
trim.c u_signal_names.c vdprintf.c verror_msg.c \
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \