Lines Matching full:bash
3 # bash
8 BASH_SITE = $(BR2_GNU_MIRROR)/bash
14 # We want the bash binary in /bin
18 --without-bash-malloc
32 # bash wants to redefine the getenv() function. To check whether this is
37 # http://lists.gnu.org/archive/html/bug-bash/2012-03/msg00052.html
52 rm -f $(TARGET_DIR)/usr/lib/bash/Makefile.inc
53 rm -f $(TARGET_DIR)/usr/lib/bash/loadables.h
58 rm -rf $(TARGET_DIR)/usr/lib/bash
63 # Add /bin/bash to /etc/shells otherwise some login tools like dropbear
66 grep -qsE '^/bin/bash$$' $(TARGET_DIR)/etc/shells \
67 || echo "/bin/bash" >> $(TARGET_DIR)/etc/shells
72 $(INSTALL) -D -m 0644 $(BASH_PKGDIR)/bash.bashrc \
73 $(TARGET_DIR)/etc/bash.bashrc