Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 3241) sorted by relevance

12345678910>>...130

/openbmc/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
129 请注意:如果使用了 ``O=output/dir`` 选项,那么它必须用于make的所有调用。
136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置
141 "make config" 纯文本界面。
143 "make menuconfig" 基于文本的彩色菜单、选项列表和对话框。
145 "make nconfig" 增强的基于文本的彩色菜单。
[all …]
/openbmc/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
132 請注意:如果使用了 ``O=output/dir`` 選項,那麼它必須用於make的所有調用。
144 "make config" 純文本界面。
146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。
148 "make nconfig" 增強的基於文本的彩色菜單。
150 "make xconfig" 基於Qt的配置工具。
[all …]
/openbmc/u-boot/doc/
H A DREADME.spear35 make spear320_config
38 make spear320_pnor_config
42 make spear320_nand_config
44 make spear320_usbtty_config
47 make spear320_usbtty_pnor_config
50 make spear320_usbtty_nand_config
53 make spear300_config
54 make spear300_nand_config
55 make spear300_usbtty_config
56 make spear300_usbtty_nand_config
[all …]
H A DREADME.davinci39 make davinci_dvevm_config
40 make
44 make davinci_dm6467evm_config
45 make
49 make davinci_dm355evm_config
50 make
54 make davinci_dm365evm_config
55 make
59 make da830evm_config
60 make
[all …]
H A DREADME.at9126 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
69 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
71 make at91sam9263ek_norflash_config - use nor flash
74 make at91sam9263ek_norflash_boot_config - boot from nor flash
[all …]
H A DREADME.omap331 make omap3_beagle_config
32 make
36 make omap3_overo_config
37 make
41 make omap3_evm_config
42 make
46 make omap3_pandora_config
47 make
51 make omap3_zoom1_config
52 make
[all …]
/openbmc/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
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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch11 | make: creating data/xsession/openbox-gnome-session
12 | make: creating data/xsession/openbox-session
13 | make: creating data/xsession/openbox-kde-session
14 | make: creating data/autostart/openbox-autostart
15 | make: creating doc/openbox.1
16 | make: creating data/autostart/autostart
17 | make: creating doc/openbox-session.1
18 | make: creating doc/openbox-gnome-session.1
19 | make: creating doc/openbox-kde-session.1
20 | make: creating doc/obxprop.1
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-Makefile-fix-parallel-build-of-examples.patch8 $ LANG=C make -j
9 make -C src
10 make -C examples
11 make[1]: Entering directory 'libb64/src'
13 make[1]: Entering directory 'libb64/examples'
14 make[1]: *** No rule to make target 'libb64.a', needed by 'c-example1'. Stop.
15 make[1]: Leaving directory 'libb64/examples'
16 make: *** [Makefile:8: all_examples] Error 2
17 make: *** Waiting for unfinished jobs....
23 make[1]: Leaving directory 'libb64/src'
/openbmc/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 …]
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh50 make headers_install ARCH=${LINUX_ARCH} INSTALL_HDR_PATH=${CROSS_SYSROOT}/usr
60 make -j${J}
61 make install
73 make -j${J} all-gcc
74 make install-gcc
85 make -j${j}
86 make install DESTDIR=${CROSS_SYSROOT}
94 make -j${j}
95 make install
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dsymbol-namespaces.rst123 供了一个脚本和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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D150-use_DESTDIR.patch37 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
38 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library"
51 @SL_OFF@ @echo "Enter 'make installthcxxsl' to install the threaded C++ shared-library"
64 @TH_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
65 @SL_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library"
72 @CXX_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library"
73 @TH_OFF@ @echo "Enter 'make installthsl' to install thread shared-library"
82 @SL_OFF@ @echo "Enter 'make installsl' to install $(LIB_SL) in $(shlibdir)"
83 @CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library"
84 @TH_OFF@ @echo "Enter 'make installth' to install thread library"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Duse-emacs-native-tools-for-cross-compiling.patch5 make-fingerprint and make-docfile and bootstrap-emacs,
30 -dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers)
46 $(etc)/DOC: $(libsrc)/make-docfile$(EXEEXT) $(doc_obj)
49 - $(AM_V_at)$(libsrc)/make-docfile -d $(srcdir) \
50 + make-docfile -d $(srcdir) \
53 $(libsrc)/make-docfile$(EXEEXT) $(libsrc)/make-fingerprint$(EXEEXT): \
57 gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES)
58 - $(AM_V_GLOBALS)$(libsrc)/make-docfile -d $(srcdir) -g $(doc_obj) > globals.tmp
59 + make-docfile -d $(srcdir) -g $(doc_obj) > globals.tmp
67 -MAKE_PDUMPER_FINGERPRINT = $(libsrc)/make-fingerprint$(EXEEXT)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/
H A D0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch10 make[1]: Entering directory 'nana/2.5/nana-2.5/man'
11 make[2]: Entering directory 'nana/2.5/nana-2.5/man'
12 make[2]: Nothing to be done for 'install-exec-am'.
19 make[2]: *** [Makefile:314: install-man1] Error 1
20 make[2]: *** Waiting for unfinished jobs....
21 make[2]: Leaving directory 'nana/2.5/nana-2.5/man'
22 make[1]: Leaving directory 'nana/2.5/nana-2.5/man'
23 make[1]: *** [Makefile:450: install-am] Error 2
24 make: *** [Makefile:380: install-recursive] Error 1
29 which might not be needed on some make versions and then it ends
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmit-checklist.rst32 用 ``make htmldocs`` 或 ``make pdfdocs`` 检验构建情况并修复问题。
56 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何
65 函数不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 检查
92 20) 新添加的代码已经用 ``gcc -W`` 编译(使用 ``make EXTRA-CFLAGS=-W`` )。这
/openbmc/linux/tools/perf/
H A DMakefile55 @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)
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst15 code that can still test an older kernel and make sure it skips the test
39 $ make headers
40 $ make -C tools/testing/selftests
44 $ make -C tools/testing/selftests run_tests
48 $ make kselftest
60 $ make O=/tmp/kselftest kselftest
64 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
70 Kselftest supports "summary" option to make it easier to understand the test
77 $ make summary=1 kselftest
82 You can use the "TARGETS" variable on the make command line to specify
[all …]
/openbmc/linux/Documentation/admin-guide/
H A DREADME.rst84 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 …]
/openbmc/linux/tools/tracing/rtla/
H A DREADME.txt21 $ make
22 $ sudo make install
26 $ make
27 $ sudo make install
30 $ make
31 $ sudo make install
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-make-tarball.bb3 DESCRIPTION = "SDK type target for building a standalone make binary. The tarball can be used to ru…
4 on systems where make is broken (e.g. the 4.2.1 version on CentOS 8 based distros)."
5 SUMMARY = "Standalone tarball for running builds on systems with inadequate make"
11 nativesdk-make \
13 TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-make-nativesdk-standalone-${DISTRO_VERSION}"
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch4 Subject: [PATCH] unix-common.mk: Avoid race condition between mutliple make calls running in parall…
19 (after-clean-j1.log is the make output with -n and -j1 instead of
32 make -C libutil++/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/…
35 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil++/ -f …
39 make -C libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/li…
42 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O…
45 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O…
48 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O…
51 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O…
54 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O…
[all …]
/openbmc/linux/scripts/package/
H A Dkernel.spec3 %{!?make: %define make make}
22 BuildRequires: gcc make openssl openssl-devel perl python3 rsync
55 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release}
61 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/efi/vmlinuz-%{KERNELRELEASE}
64 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/vmlinuz-%{KERNELRELEASE}
66 %{make} %{makeflags} INSTALL_MOD_PATH=%{buildroot} modules_install
67 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
72 %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='${srctree}/scripts/package/install-extmod-buil…
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dno-clobber.patch11 2) make compile copies content, including the tarball's src/version.xml
13 3) make install notices build/version.xml is older than configure.status,
24 buildsystems/autotools/gtk-doc.make | 2 +-
27 diff --git a/buildsystems/autotools/gtk-doc.make b/buildsystems/autotools/gtk-doc.make
29 --- a/buildsystems/autotools/gtk-doc.make
30 +++ b/buildsystems/autotools/gtk-doc.make

12345678910>>...130