Lines Matching full:make
10 echo -e "\t\t-j <n>:\tPass -j flag to 'make'."
51 echo -e "command: make -s $* >/dev/null"
52 make $J -s $* >/dev/null
65 make -s clean
78 echo -e "command: make -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null"
79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null
93 ## "make tools/bpf" sets $(OUTPUT) to ...tools/bpf/runqslower for
95 ## Let's make sure we clean runqslower's directory properly.
96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
102 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
106 echo -e "skip: make tools/bpf (no .config found)\n"
107 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
108 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n"
140 echo -e "skip: make bpf OUTPUT=<dir> (not supported)\n"