Home
last modified time | relevance | path

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

12345678910>>...202

/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst102 make mrproper
119 ``make O=output/dir`` 選項可以爲輸出文件(包括 .config)指定備用位置。
128 make O=/home/name/build/kernel menuconfig
129 make O=/home/name/build/kernel
130 sudo make O=/home/name/build/kernel modules_install install
139 將現有配置升級到新版本,請使用 ``make oldconfig`` ,它只會詢問您新配置
144 "make config" 純文本界面。
146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。
148 "make nconfig" 增強的基於文本的彩色菜單。
150 "make xconfig" 基於Qt的配置工具。
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst99 make mrproper
116 ``make O=output/dir`` 选项可以为输出文件(包括 .config)指定备用位置。
125 make O=/home/name/build/kernel menuconfig
126 make O=/home/name/build/kernel
127 sudo make O=/home/name/build/kernel modules_install install
136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置
141 "make config" 纯文本界面。
143 "make menuconfig" 基于文本的彩色菜单、选项列表和对话框。
145 "make nconfig" 增强的基于文本的彩色菜单。
147 "make xconfig" 基于Qt的配置工具。
[all …]
/linux/tools/perf/
H A 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.)
61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n'
64 define make macro
65 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@
76 $(make)
96 $(make) -j1
100 # it also uses only the tests/make targets that don't pollute the source
[all …]
/linux/tools/build/tests/
H A 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/samples/bpf/
H A DREADME.rst32 make -C tools clean
33 make -C samples/bpf clean
34 make clean
39 make defconfig
48 make headers_install
51 level directory, that the make system will automatically pick up first.
59 make M=samples/bpf
61 It is also possible to call make from this directory. This will just
62 hide the invocation of make as above.
91 It is also possible to point make to the newly compiled 'llc' or
[all …]
/linux/
H A DMakefile9 # To see a list of typical targets execute "make help"
15 $(error GNU Make >= 4.0 is required. Your Make version is $(MAKE_VERSION))
32 # turn into vmlinux), we will call a sub make in that other dir, and
47 # Do not use make's built-in rules and variables
74 # $(Q)$(MAKE) $(build)=scripts/basic
80 # Use 'make V=1' to see the full commands
94 # If the user is running make -s (silent mode), suppress echoing of
106 # Use 'make C=1' to enable checking of only re-compiled files.
107 # Use 'make C=2' to enable checking of *all* source files, regardless
124 # Use 'make CLIPPY=1' to enable it.
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh10 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
98 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
102 echo -e "skip: make tools/bpf (no .config found)\n"
103 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
104 echo -e "skip: make tool
[all...]
/linux/tools/tracing/rtla/
H A DREADME.txt29 $ make
30 $ sudo make install
34 $ make
35 $ sudo make install
38 $ make
39 $ sudo make install
41 $ make
42 $ sudo make install
/linux/scripts/
H A DKbuild.include22 # Use $(intcmp ...) if supported. (Make >= 4.4)
70 # Make 4.2 or later can read a file by using its builtin function.
110 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
112 # $(Q)$(MAKE) $(build)=dir
116 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
118 # $(Q)$(MAKE) $(clean)=dir
133 # GNU Make automatically deletes the target if it has already been changed by
134 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
138 # $ make >&2 | tee log
139 # Make dies with SIGPIPE before cleaning the targets.
[all …]
/linux/Documentation/dev-tools/
H A 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
131 /dev/null. This can make coccicheck output difficult to read and understand.
135 make coccicheck MODE=report DEBUG_FILE="cocci.log"
140 make coccicheck MODE=report DEBUG_FILE="cocci-$(date -Iseconds).log"
148 make coccicheck MODE=report J=4
[all …]
H A Dcontainer.rst118 Please also note that ``make`` options can still be passed on the command line,
122 scripts/container -i docker.io/tuxmake/korg-clang LLVM=1 make # won't work
126 scripts/container -i docker.io/tuxmake/korg-clang make LLVM=1
170 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 defconfig
171 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 -j$(nproc)
180 scripts/container -i docker.io/tuxmake/korg-clang make mrproper
191 <https://gitlab.com/gtucker/korg-containers>`__ by running ``make
196 scripts/container -i kernel.org/clang -- make bzImage -j$(nproc)
200 scripts/container -i kernel.org/gcc:15 -- make bzImage -j$(nproc)
208 scripts/container -i kernel.org/gcc -- make mrproper
[all …]
/linux/scripts/package/debian/
H A Drules1 #!/usr/bin/make -f
26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \
54 $(Q)+$(MAKE) $(make-opts) run-command KBUILD_RUN_COMMAND='+$$(srctree)/scripts/package/builddeb $(package)'
79 $(Q)$(MAKE) $(make-opts) olddefconfig
80 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
86 $(Q)$(MAKE) ARCH=$(ARCH) clean
89 # directly. Run 'dpkg-architecture --print-set --print-format=make' t
[all...]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh108 echo " --kcsan-kmake-arg kernel-make-arguments"
248 checkarg --kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
417 # make allmodconfig
424 echo " --- make clean" | tee $amcdir/log > "$amcdir/Make.out" 2>&1
425 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1
427 buildphase='"make clean"'
430 echo " --- make allmodconfig" | tee -a $amcdir/log >> "$amcdir/Make
[all...]
H A Dconfiginit.sh32 make clean > $resdir/Make.clean 2>&1
34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
38 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
H A Dkvm-build.sh43 # Tell "make" to use double the number of real CPUs on the build system.
45 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&1
47 …rcu[^/]*": < $resdir/Make.out | grep -E -q "Stop|ERROR|Error|error:|warning:" || grep -E -q "Stop|…
50 grep -E "Stop|Error|error:|warning:" < $resdir/Make.out
/linux/tools/perf/Documentation/
H A DBuild.txt54 $ make DESTDIR=/usr
55 $ make DESTDIR=/usr install
61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address'
70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
85 $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf
89 $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
97 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf
110 $ HOSTCC=clang CC=clang CXX=clang++ make -C tools/perf
116 make -C tools/perf
/linux/tools/testing/selftests/
H A DMakefile135 # Run "make quicktest=1 run_tests" or
136 # "make quicktest=1 kselftest" from top level Makefile
158 # built; make will fail if any of the targets cannot be built. If
159 # FORCE_TARGETS is not set (the default), make will succeed if at least one
185 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
207 # set default goal to all, so make without a target runs all, even when
216 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET \
225 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
234 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\
240 $(MAKE) OUTPU
[all...]
/linux/tools/perf/tests/
H A 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 $@
57 # we need some IS_(32/64) flag to make this generic
65 python_perf_so := $(shell $(MAKE) python_perf_target|grep "Target is:"|awk '{print $$3}')
67 # standard single make variable specified
138 MAKE_F := $(MAKE)
140 MAKE_F := $(MAKE) -f $(MK)
313 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl…
368 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"
[all …]
/linux/tools/lib/python/
H A Djobserver.py11 A "normal" jobserver task, like the one initiated by a make subrocess would do:
26 call equivalent to ``make -j$((claim+1))``, e.g. having a parent make creating
30 limit established by the initial ``make -j$n_proc`` call.
33 https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html#POSIX-Jobserver
46 Claim all slots from make using POSIX Jobserver.
51 - close(): method returns all used slots back to make;
71 # Check the make flags for "--jobserver=R,W"
72 # Note that GNU Make has used --jobserver-fds and --jobserver-auth
88 # As of GNU Make 4.
[all...]
/linux/Documentation/kbuild/
H A 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/tools/power/cpupower/
H A DREADME38 $ make
40 The output directory for the 'make' command is the current directory and
47 $ sudo make install
49 'make install' command puts targets to default system dirs:
73 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
82 $ make O=<your_custom_build_catalog>
85 $ make O=/home/hedin/prj/cpupower/build
90 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog>
93 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \
121 If you look at the table for the default 'make' output dirs you will
[all …]
/linux/tools/verification/rv/
H A DREADME.txt24 $ make
25 $ sudo make install
29 $ make
30 $ sudo make install
33 $ make
34 $ sudo make install
/linux/tools/usb/usbip/
H A 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/scripts/package/
H A Dkernel.spec3 %{!?make: %define make make}
21 BuildRequires: gcc make openssl openssl-devel perl python3 rsync
75 # later, we make all modules executable so that find-debuginfo.sh strips
98 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release}
102 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz
104 %{make} %{makeflags} INSTALL_MOD_PATH=%{buildroot} %{?install_mod_strip:INSTALL_MOD_STRIP=1} DEPMOD…
105 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
108 if %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='test -d ${srctree}/arch/${SRCARCH}/boot/dts…
109 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install
113 %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='${srctree}/scripts/package/install-extmod-buil…
[all …]
/linux/drivers/comedi/drivers/ni_routing/tools/
H A 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\`"
78 # The make rules are as follows:

12345678910>>...202