Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/libbb/Kbuild


Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/libbb/Kbuild

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Kbuild.src
    12# Makefile for busybox
    23#
    34# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
    45#
    5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
     6# Licensed under GPLv2, see file LICENSE in this source tree.
     7
     8libbb/appletlib.o: include/usage_compressed.h
    69
    710lib-y:=
    811
     12
     13
     14lib-y += appletlib.o
    915lib-y += ask_confirmation.o
    1016lib-y += bb_askpass.o
    1117lib-y += bb_basename.o
     18lib-y += bb_bswap_64.o
    1219lib-y += bb_do_delay.o
    1320lib-y += bb_pwd.o
     21lib-y += bb_qsort.o
     22#lib-y += bb_strtod.o
    1423lib-y += bb_strtonum.o
    1524lib-y += change_identity.o
     
    2635lib-y += device_open.o
    2736lib-y += dump.o
    28 lib-y += error_msg.o
    29 lib-y += error_msg_and_die.o
    3037lib-y += execable.o
    3138lib-y += fclose_nonstdin.o
     
    3946lib-y += get_line_from_file.o
    4047lib-y += getopt32.o
     48lib-y += getpty.o
     49lib-y += get_volsize.o
    4150lib-y += herror_msg.o
    42 lib-y += herror_msg_and_die.o
    4351lib-y += human_readable.o
    4452lib-y += inet_common.o
     
    4856lib-y += kernel_version.o
    4957lib-y += last_char_is.o
    50 lib-y += lineedit.o
     58lib-y += lineedit.o lineedit_ptr_hack.o
    5159lib-y += llist.o
    5260lib-y += login.o
     
    5462lib-y += makedev.o
    5563lib-y += match_fstype.o
    56 lib-y += md5.o
     64lib-y += hash_md5_sha.o
     65# Alternative (disabled) MD5 implementation
     66#lib-y += hash_md5prime.o
    5767lib-y += messages.o
    5868lib-y += mode_string.o
    59 lib-y += mtab_file.o
    6069lib-y += obscure.o
    6170lib-y += parse_mode.o
     71lib-y += parse_config.o
    6272lib-y += perror_msg.o
    63 lib-y += perror_msg_and_die.o
    6473lib-y += perror_nomsg.o
    6574lib-y += perror_nomsg_and_die.o
    6675lib-y += pidfile.o
     76lib-y += platform.o
     77lib-y += printable.o
     78lib-y += printable_string.o
     79lib-y += print_flags.o
    6780lib-y += process_escape_sequence.o
    6881lib-y += procps.o
     82lib-y += progress.o
     83lib-y += ptr_to_globals.o
    6984lib-y += read.o
     85lib-y += read_printf.o
     86lib-y += read_key.o
    7087lib-y += recursive_action.o
    7188lib-y += remove_file.o
    72 lib-y += restricted_shell.o
    7389lib-y += run_shell.o
     90lib-y += safe_gethostname.o
     91lib-y += safe_poll.o
    7492lib-y += safe_strncpy.o
    7593lib-y += safe_write.o
    7694lib-y += setup_environment.o
    77 lib-y += sha1.o
     95lib-y += signals.o
    7896lib-y += simplify_path.o
     97lib-y += single_argv.o
    7998lib-y += skip_whitespace.o
    8099lib-y += speed_table.o
    81100lib-y += str_tolower.o
     101lib-y += strrstr.o
    82102lib-y += time.o
    83103lib-y += trim.o
     
    91111lib-y += wfopen.o
    92112lib-y += wfopen_input.o
     113lib-y += write.o
    93114lib-y += xatonum.o
    94115lib-y += xconnect.o
    95116lib-y += xfuncs.o
     117lib-y += xfuncs_printf.o
     118lib-y += xfunc_die.o
    96119lib-y += xgetcwd.o
    97120lib-y += xgethostbyname.o
    98121lib-y += xreadlink.o
     122lib-y += xrealloc_vector.o
    99123
    100 # conditionally compiled objects:
     124lib-$(CONFIG_FEATURE_UTMP) += utmp.o
     125
     126# A mix of optimizations (why build stuff we know won't be used)
     127# and objects which may fail to build (SELinux on selinux-less system)
     128lib-$(CONFIG_SELINUX) += selinux_common.o
     129lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
     130lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o
     131lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
     132
     133lib-$(CONFIG_LOSETUP) += loop.o
    101134lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
    102 lib-$(CONFIG_LOSETUP) += loop.o
    103 lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
    104 lib-$(CONFIG_PASSWD) += pw_encrypt.o crypt_make_salt.o update_passwd.o
    105 lib-$(CONFIG_CHPASSWD) += pw_encrypt.o crypt_make_salt.o update_passwd.o
    106 lib-$(CONFIG_CRYPTPW) += pw_encrypt.o crypt_make_salt.o
     135
     136lib-$(CONFIG_ADDGROUP) += update_passwd.o
     137lib-$(CONFIG_ADDUSER) += update_passwd.o
     138lib-$(CONFIG_DELGROUP) += update_passwd.o
     139lib-$(CONFIG_DELUSER) += update_passwd.o
     140
     141lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o
     142lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
     143lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
    107144lib-$(CONFIG_SULOGIN) += pw_encrypt.o
     145lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o
     146lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o
     147lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o
    108148lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
    109 lib-$(CONFIG_VLOCK) += correct_password.o
    110 lib-$(CONFIG_SU) += correct_password.o
    111 lib-$(CONFIG_LOGIN) += correct_password.o
     149
    112150lib-$(CONFIG_DF) += find_mount_point.o
    113151lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
    114 lib-$(CONFIG_SELINUX) += selinux_common.o
     152lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o
     153lib-$(CONFIG_MKFS_REISER) += find_mount_point.o
     154lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o
     155lib-$(CONFIG_MOUNT) += find_mount_point.o
     156
     157lib-$(CONFIG_HWCLOCK) += rtc.o
     158lib-$(CONFIG_RTCWAKE) += rtc.o
     159
     160lib-$(CONFIG_IOSTAT) += get_cpu_count.o
     161lib-$(CONFIG_MPSTAT) += get_cpu_count.o
     162lib-$(CONFIG_POWERTOP) += get_cpu_count.o
    115163
    116164# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
     
    124172lib-$(CONFIG_MDEV) += xregcomp.o
    125173lib-$(CONFIG_LESS) += xregcomp.o
     174lib-$(CONFIG_PGREP) += xregcomp.o
     175lib-$(CONFIG_PKILL) += xregcomp.o
    126176lib-$(CONFIG_DEVFSD) += xregcomp.o
    127177lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
Note: See TracChangeset for help on using the changeset viewer.