From b7ee7e1e13fa4a680e8b228bd158e7aa53fe342a Mon Sep 17 00:00:00 2001 From: Clayton Shotwell Date: Thu, 21 May 2015 14:48:35 -0500 Subject: applets: Add installation of individual binaries Adding support to install individual binaries if the option is enabled. This also installs the shared libbusybox.so.* library. Signed-off-by: Clayton Shotwell Signed-off-by: Denys Vlasenko --- Makefile.custom | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.custom') diff --git a/Makefile.custom b/Makefile.custom index f8a12831d..891c9ced7 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -28,6 +28,10 @@ ifeq ($(CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER),y) INSTALL_OPTS:= --scriptwrapper endif endif +ifeq ($(CONFIG_FEATURE_INDIVIDUAL),y) +INSTALL_OPTS:= --binaries +LIBBUSYBOX_SONAME:= 0_lib/libbusybox.so.$(BB_VER) +endif install: $(srctree)/applets/install.sh busybox busybox.links $(Q)DO_INSTALL_LIBS="$(strip $(LIBBUSYBOX_SONAME) $(DO_INSTALL_LIBS))" \ $(SHELL) $< $(CONFIG_PREFIX) $(INSTALL_OPTS) -- cgit v1.2.3