Lines Matching full:make
24 make headers_install
27 level directory, that the make system automatically pickup first.
35 make samples/bpf/
39 It is also possible to call make from this directory. This will just
40 hide the the invocation of make as above with the appended "/".
61 $ make -j $(getconf _NPROCESSORS_ONLN)
63 It is also possible to point make to the newly compiled 'llc' or
64 'clang' command via redefining LLC or CLANG on the make command line::
66 make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
71 environment variables before calling make. This will direct make to build
76 make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang