Lines Matching full:bash
4 Bash completion for Kbuild
7 The kernel build system is written using Makefiles, and Bash completion
8 for the `make` command is available through the `bash-completion`_ project.
15 includes its own completion script at `scripts/bash-completion/make`.
24 The script relies on helper functions provided by `bash-completion`_ project.
26 install the `bash-completion` package through the standard package manager.
33 $ source scripts/bash-completion/make
35 Or, you can copy it into the search path for Bash completion scripts.
38 $ mkdir -p ~/.local/share/bash-completion/completions
39 $ cp scripts/bash-completion/make ~/.local/share/bash-completion/completions/
65 .. _bash-completion: https://github.com/scop/bash-completion/