Searched refs:make (Results 1 – 25 of 1238) sorted by relevance
12345678910>>...50
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | README.rst | 99 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 129 请注意:如果使用了 ``O=output/dir`` 选项,那么它必须用于make的所有调用。 136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置 141 "make config" 纯文本界面。 143 "make menuconfig" 基于文本的彩色菜单、选项列表和对话框。 145 "make nconfig" 增强的基于文本的彩色菜单。 [all …]
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | README.rst | 102 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 132 請注意:如果使用了 ``O=output/dir`` 選項,那麼它必須用於make的所有調用。 144 "make config" 純文本界面。 146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。 148 "make nconfig" 增強的基於文本的彩色菜單。 150 "make xconfig" 基於Qt的配置工具。 [all …]
|
/linux-6.1.9/tools/build/tests/ |
D | run.sh | 5 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 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 44 make -C ex V=1 CFLAGS=-DINCLUDE >> ex.out 2>&1 [all …]
|
/linux-6.1.9/samples/bpf/ |
D | README.rst | 23 make -C tools clean 24 make -C samples/bpf clean 25 make clean 29 make defconfig 38 make headers_install 41 level directory, that the make system automatically pickup first. 49 make M=samples/bpf 51 It is also possible to call make from this directory. This will just 52 hide the invocation of make as above. 81 It is also possible to point make to the newly compiled 'llc' or [all …]
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | symbol-namespaces.rst | 123 供了一个脚本和make目标来修复丢失的导入。修复丢失的导入可以用:: 125 $ make nsdeps 130 - ``make`` 132 - 运行 ``make nsdeps``将导入添加到正确的代码位置。 134 对于引入命名空间的子系统维护者来说,其步骤非常相似。同样,make nsdeps最终将 138 - `make e`(最好是用allmodconfig来覆盖所有的内核模块)。 144 $ make -C <path_to_kernel_src> M=$PWD nsdeps
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kselftest.rst | 15 code that can still test an older kernel and make sure it skips the test 39 $ make -C tools/testing/selftests 43 $ make -C tools/testing/selftests run_tests 47 $ make kselftest 59 $ make O=/tmp/kselftest kselftest 63 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest 69 Kselftest supports "summary" option to make it easier to understand the test 76 $ make summary=1 kselftest 81 You can use the "TARGETS" variable on the make command line to specify 86 $ make -C tools/testing/selftests TARGETS=ptrace run_tests [all …]
|
D | coccinelle.rst | 47 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, and 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-6.1.9/Documentation/translations/zh_CN/process/ |
D | submit-checklist.rst | 32 用 ``make htmldocs`` 或 ``make pdfdocs`` 检验构建情况并修复问题。 56 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何 65 函数不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 检查 92 20) 新添加的代码已经用 ``gcc -W`` 编译(使用 ``make EXTRA-CFLAGS=-W`` )。这
|
/linux-6.1.9/tools/perf/ |
D | Makefile | 55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n' 70 $(make) 90 $(make) -j1 103 …@$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-director… 106 @$(MAKE) -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory out 113 $(make)
|
/linux-6.1.9/tools/tracing/rtla/ |
D | README.txt | 21 $ make 22 $ sudo make install 26 $ make 27 $ sudo make install 30 $ make 31 $ sudo make install
|
/linux-6.1.9/Documentation/admin-guide/ |
D | README.rst | 84 the backup files (some-file-name~ or some-file-name.orig), and make sure 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. 162 "make menuconfig" Text based color menus, radiolists & dialogs. [all …]
|
/linux-6.1.9/tools/testing/selftests/arm64/ |
D | Makefile | 29 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 35 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 41 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 48 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 54 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
|
D | README | 11 $ make TARGETS=arm64 kselftest-clean 12 $ make TARGETS=arm64 kselftest 16 $ make -C tools/testing/selftests TARGETS=arm64 \ 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
/linux-6.1.9/Documentation/translations/zh_CN/dev-tools/ |
D | sparse.rst | 95 make 96 make install 103 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。 104 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。 107 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
|
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 330 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1 333 make -j$MAKE_ALLOTED_CPUS allmodconfig >> "$amcdir/Make.out" 2>&1 335 make -j$MAKE_ALLOTED_CPUS >> "$amcdir/Make.out" 2>&1 350 …bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make 356 …ure lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make 362 …onfigs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory 2G --trust-make 369 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 373 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 397 …us --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --trust-make 403 …cale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory 2G --trust-make [all …]
|
/linux-6.1.9/Documentation/kbuild/ |
D | llvm.rst | 28 The compiler used can be swapped out via ``CC=`` command line argument to ``make``. 31 make CC=clang defconfig 33 make CC=clang 41 make ARCH=arm64 CC=clang CROSS_COMPILE=aarch64-linux-gnu- 53 The full list of supported make variables:: 55 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \ 61 make LLVM=1 66 make LLVM=/path/to/llvm/ 74 make LLVM=-14 80 make variables. [all …]
|
/linux-6.1.9/Documentation/powerpc/ |
D | mpc52xx.rst | 13 # make lite5200_defconfig 14 # make uImage 25 # make lite5200_defconfig 27 # make zImage.initrd 28 # make
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | submit-checklist.rst | 54 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 並修復他們發現的任何 63 不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 檢查 91 21) 新添加的代碼已經用 ``gcc -W`` 編譯(使用 ``make EXTRA-CFLAGS=-W`` )。這
|
/linux-6.1.9/Documentation/translations/zh_TW/ |
D | sparse.txt | 77 make 78 make install 85 用"make C=1"命令來編譯內核,會對所有重新編譯的 C 文件使用 sparse 工具。 86 或者使用"make C=2"命令,無論文件是否被重新編譯都會對其使用 sparse 工具。 89 make 的可選變量 CHECKFLAGS 可以用來向 sparse 工具傳遞參數。編譯系統會自
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_bpftool_build.sh | 52 make $J -s $* >/dev/null 65 make -s clean 79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null 96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
|
/linux-6.1.9/Documentation/translations/ja_JP/ |
D | SubmitChecklist | 59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら 60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか 66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した
|
/linux-6.1.9/security/apparmor/ |
D | Makefile | 102 $(call cmd,make-caps) 105 $(call cmd,make-rlim) 109 $(call cmd,make-af) 110 $(call cmd,make-sock)
|
/linux-6.1.9/tools/build/tests/ex/ |
D | Makefile | 15 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 18 make $(build)=ex 21 make $(build)=libex
|
/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/ |
D | sphinx.rst | 14 换成漂亮的文档。使用 ``make htmldocs`` 或 ``make pdfdocs`` 命令即可构建HTML 116 生成文档的常用方法是运行 ``make htmldocs`` 或 ``make pdfdocs`` 。还有其它可用 117 的格式:请参阅 ``make help`` 的文档部分。生成的文档放在 ``Documentation/output`` 125 要传递额外的选项给Sphinx,可以使用make变量 ``SPHINXOPTS`` 。例如,使用 126 ``make SPHINXOPTS=-v htmldocs`` 获得更详细的输出。 129 要删除生成的文档,请运行 ``make cleandocs`` 。
|
/linux-6.1.9/Documentation/bpf/libbpf/ |
D | libbpf_build.rst | 12 setting NO_PKG_CONFIG=1 when calling make. 19 $ make 28 $ BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=root make install 37 $ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make
|
12345678910>>...50