mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 22:30:05 +00:00
- Set INSTALL_OPTS according to the config.
This commit is contained in:
parent
193bcf381e
commit
8bfd215fb2
@ -9,6 +9,12 @@ busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(s
|
|||||||
$(Q)-$(SHELL) $^ >$@
|
$(Q)-$(SHELL) $^ >$@
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y)
|
||||||
|
INSTALL_OPTS:= --symlinks
|
||||||
|
endif
|
||||||
|
ifeq ($(CONFIG_INSTALL_APPLET_HARDLINKS),y)
|
||||||
|
INSTALL_OPTS:= --hardlinks
|
||||||
|
endif
|
||||||
install: $(srctree)/applets/install.sh busybox busybox.links
|
install: $(srctree)/applets/install.sh busybox busybox.links
|
||||||
$(Q)DO_INSTALL_LIBS="$(strip $(LIBBUSYBOX_SONAME) $(DO_INSTALL_LIBS))" \
|
$(Q)DO_INSTALL_LIBS="$(strip $(LIBBUSYBOX_SONAME) $(DO_INSTALL_LIBS))" \
|
||||||
$(SHELL) $< $(CONFIG_PREFIX) $(INSTALL_OPTS)
|
$(SHELL) $< $(CONFIG_PREFIX) $(INSTALL_OPTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user