Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 6474) sorted by relevance

12345678910>>...259

/Linux-v5.4/tools/build/tests/
Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
6 make -C ex V=1 >> ex.out 2>&1
13 make -C ex V=1 clean > /dev/null 2>&1
18 make -C ex V=1 clean > ex.out 2>&1
20 # use -rR to disable make's builtin rules
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
35 make -C ex V=1 clean > /dev/null 2>&1
40 make -C ex V=1 clean > ex.out 2>&1
[all …]
/Linux-v5.4/Documentation/admin-guide/
DREADME.rst84 the backup files (some-file-name~ or some-file-name.orig), and make sure
107 - Make sure you have no stale .o files and dependencies lying around::
110 make mrproper
131 Using the option ``make O=output/dir`` allows you to specify an alternate
141 make O=/home/name/build/kernel menuconfig
142 make O=/home/name/build/kernel
143 sudo make O=/home/name/build/kernel modules_install install
146 used for all invocations of make.
155 new version with minimal work, use ``make oldconfig``, which will
160 "make config" Plain text interface.
[all …]
/Linux-v5.4/tools/perf/
DMakefile7 # you can use the 'make -f Makefile.perf' method to invoke it.
11 # Clear out the built-in rules GNU make defines by default (such as .o targets),
23 # in this system: 'make -j8' on a 8-CPU system, etc.
25 # (To override it, run 'make JOBS=1' and similar.)
55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
58 define make macro
59 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@
70 $(make)
90 $(make) -j1
94 # it also uses only the tests/make targets that don't pollute the source
[all …]
DMakefile.perf105 # When selected, pass LLVM_CONFIG=/path/to/llvm-config to `make' if
149 # Do not use make's built-in rules
156 # because make sets default values, so the simpler ?= approach
196 # the first target in the separate make session not to be
197 # disturbed by any parallel make jobs. Once fixdep is done
215 goals := $(filter-out all sub-make, $(MAKECMDGOALS))
217 $(goals) all: sub-make
219 sub-make: fixdep
221 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
597 $(Q)$(MAKE) $(build)=perf
[all …]
/Linux-v5.4/
DMakefile9 # To see a list of typical targets execute "make help"
25 # turn into vmlinux), we will call a sub make in that other dir, and
36 # Do not use make's built-in rules and variables
73 # Use 'make V=1' to see the full commands
90 # If the user is running make -s (silent mode), suppress echoing of
104 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
110 # Use "make O=dir/to/store/output/files/"
114 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
125 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
141 need-sub-make := 1
[all …]
/Linux-v5.4/samples/bpf/
DREADME.rst24 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
[all …]
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
39 $ make kselftest
51 $ make O=/tmp/kselftest kselftest
55 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
61 Kselftest supports "summary" option to make it easier to understand the test
68 $ make summary=1 kselftest
73 You can use the "TARGETS" variable on the make command line to specify
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
82 $ make TARGETS="size timers" kselftest
[all …]
Dcoccinelle.rst47 make
51 sudo make install
106 To make a report for every semantic patch, run the following command::
108 make coccicheck MODE=report
112 make coccicheck MODE=patch
128 make coccicheck MODE=report V=1
136 make coccicheck MODE=report J=4
148 value is propagated back, the return value of the ``make coccicheck``
154 The optional make variable COCCI can be used to check a single
160 make coccicheck COCCI=<my_SP.cocci> MODE=patch
[all …]
/Linux-v5.4/tools/testing/selftests/
DMakefile60 # Run "make quicktest=1 run_tests" or
61 # "make quicktest=1 kselftest" from top level Makefile
115 # set default goal to all, so make without a target runs all, even when
122 # dependency in "make kselftest" case. In this case, second level
123 # make inherits builtin-rules which will use the rule generate
132 # Local build cases: "make kselftest", "make -C" - headers are installed
136 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
138 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
146 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\
152 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh22 echo -e "\t\t-j <n>:\tPass -j flag to 'make'."
47 echo -e "command: make -s $* >/dev/null"
48 make $J -s $* >/dev/null
61 make -s clean
74 echo -e "command: make -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null"
75 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null
94 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
98 echo -e "skip: make tools/bpf (no .config found)\n"
99 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
100 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n"
[all …]
/Linux-v5.4/Documentation/kbuild/
Dmodules.rst49 complexity, so one only has to type "make" to build the module. This is
63 An alternative is to use the "make" target "modules_prepare." This will
64 make sure the kernel contains the information required. The target
70 executed to make module versioning work.
77 $ make -C <path_to_kernel_src> M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
96 make -C $KDIR M=$PWD
100 "make" will actually change to the specified directory
112 When building an external module, only a subset of the "make"
[all …]
Dkconfig-macro-language.rst8 The basic idea was inspired by Make. When we look at Make, we notice sort of
29 Then, Make analyzes the dependency graph and determines the targets to be
53 Like in Make, a variable in Kconfig works as a macro variable. A macro
96 Like Make, Kconfig provides several built-in functions. Every function takes a
99 In Make, every built-in function takes at least one argument. Kconfig allows
142 Make vs Kconfig
145 Kconfig adopts Make-like macro language, but the function call syntax is
148 A function call in Make looks like this::
156 to make "info" function print " hello", you can write like follows::
169 Make - for example, $(subst .c, .o, $(sources)) is a typical mistake; it
[all …]
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh33 make clean > $resdir/Make.clean 2>&1
35 make $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
39 yes '' | make oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.err
/Linux-v5.4/tools/perf/tests/
Dmake7 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile
8 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf SET_PARALLEL=1 SET_O=1
12 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@
53 # we need some IS_(32/64) flag to make this generic
62 # standard single make variable specified
120 MAKE_F := $(MAKE)
122 MAKE_F := $(MAKE) -f $(MK)
284 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl…
319 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"
321 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \
[all …]
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/
DMakefile2 # this make file is simply to help autogenerate these files:
12 @echo "\`make csv-files\`"
16 @echo "\`make c-files\`"
20 @echo "\`make csv-blank\`"
24 @echo "\`make clean-partial\`"
26 @echo "\`make clean\`"
28 @echo "\`make everything\`"
70 # The make rules are as follows:
/Linux-v5.4/Documentation/ia64/
Dxen.rst33 2. # make world
35 3. # make install-tools
43 5. make initrd for Dom0/DomU::
45 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
55 1. make file::
96 FYI, virt-manager can also make a disk image for guest OS.
97 It's GUI tools and easy to make it.
162 4. make kernel with pv_ops::
164 # make oldconfig
165 # make
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/
DMakefile3 $(MAKE) -C ../
24 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
30 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests
36 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install
41 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean
44 …TARGET=$@; BUILD_TARGET=$$OUTPUT/$$TARGET; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET …
/Linux-v5.4/arch/s390/
DMakefile107 # make use of hotpatch feature if the compiler supports it
150 $(Q)$(MAKE) $(build)=$(boot) $@
153 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
156 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
159 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
160 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
163 $(Q)$(MAKE) $(clean)=$(boot)
164 $(Q)$(MAKE) $(clean)=$(tools)
167 $(Q)$(MAKE) $(build)=$(syscalls) uapi
170 $(Q)$(MAKE) $(build)=$(syscalls) kapi
[all …]
/Linux-v5.4/Documentation/networking/device_drivers/
Dsb1000.txt20 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
50 To make the SB1000 card work, follow these steps:
52 1.) Run `make config', or `make menuconfig', or `make xconfig', whichever
54 configuration. Make sure to say "Y" to "Prompt for development drivers"
58 2.) *BEFORE* you build the kernel, edit drivers/net/sb1000.c. Make sure
69 IRQ, and DMA settings for all your PnP cards. Make sure none of the settings
79 do a `make cmconfig' and then `install -c cmconfig /usr/local/sbin'. Don't do
80 `make install' because it expects to find all the utilities built and ready for
146 /usr/include/linux and /usr/include/asm header files. Make sure you
155 Make sure they don't conflict with any other pieces of hardware first! Then
[all …]
/Linux-v5.4/tools/usb/usbip/
DINSTALL13 Briefly, the shell commands `./configure; make; make install' should
53 2. Type `make' to compile the package.
55 3. Optionally, type `make check' to run any self-tests that come with
58 4. Type `make install' to install the programs and any data files and
62 source code directory by typing `make clean'. To also remove the
64 a different kind of computer), type `make distclean'. There is
65 also a `make maintainer-clean' target, but that is intended mainly
70 6. Often, you can also type `make uninstall' to remove the installed
93 own directory. To do this, you can use GNU `make'. `cd' to the
98 With a non-GNU `make', it is safer to compile the package for one
[all …]
/Linux-v5.4/Documentation/translations/zh_CN/process/
Dsubmit-checklist.rst51 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何
60 不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 检查
85 20) 检查是否全部通过 ``make headers_check`` 。
90 22) 新添加的代码已经用 ``gcc -W`` 编译(使用 ``make EXTRA-CFLAGS=-W`` )。这
/Linux-v5.4/Documentation/core-api/
Dsymbol-namespaces.rst27 kernel. As of today, modules that make use of symbols exported into namespaces,
54 and kernel/module.c make use the namespace at build time or module load time,
132 (along with other module meta data). To make the life of module authors (and
133 subsystem maintainers) easier, a script and make target is available to fixup
136 $ make nsdeps
141 - `make`
143 - run `make nsdeps` to add the import to the correct code location
146 Again, `make nsdeps` will eventually add the missing namespace imports for
150 - `make` (preferably with an allmodconfig to cover all in-kernel
153 - run `make nsdeps` to add the import to the correct code location
/Linux-v5.4/Documentation/filesystems/
Dsharedsubtree.txt45 mount --make-shared /mnt
47 Note: mount(8) command now supports the --make-shared flag,
84 # mount --make-shared /mnt
92 Now let's make the mount at /tmp; a slave of /mnt
93 # mount --make-slave /tmp
126 let's say we have a mount at /mnt and we make it unbindable
128 # mount --make-unbindable /mnt
143 mount --make-shared mountpoint
144 mount --make-slave mountpoint
145 mount --make-private mountpoint
[all …]
/Linux-v5.4/Documentation/translations/ja_JP/
DSubmitChecklist59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら
60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した
91 19: 'make headers_check'を実行して全く問題がないことを確認してください。
/Linux-v5.4/arch/sparc/boot/
Dinstall.sh11 # "make install" script for SPARC architecture
24 echo ' *** You need to run "make" before "make install".' 1>&2
30 # Make sure the files actually exist
39 # Default install - same as make zlilo

12345678910>>...259