Home
last modified time | relevance | path

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

12345678910>>...31

/linux-3.4.99/Documentation/zh_CN/
Dsparse.txt82 make
83 make install
90 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。
91 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。
94 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
98 make C=2 CHECKFLAGS="-D__CHECK_ENDIAN__"
/linux-3.4.99/Documentation/sparc/
DREADME-2.54 To build new kernels you have to issue "make image". The ready kernel
30 1. Hackers must type "make image" now, instead of just "make", in the same
31 way as s390 people do now. It is analogous to "make bzImage" on i386.
32 This does NOT affect sparc64, you continue to use "make" to build sparc64
40 invoke make, they have to use "make image". Second, they have to pick up
43 4. Since we are compliant with Kai's build system now, make -j is permitted.
/linux-3.4.99/
DREADME56 After installation, "make psdocs", "make pdfdocs", "make htmldocs",
57 or "make mandocs" will render the documentation in the requested format.
90 the backup files (xxx~ or xxx.orig), and make sure that there are no
123 make mrproper
142 Using the option "make O=output/dir" allow you to specify an alternate
150 make O=/home/name/build/kernel menuconfig
151 make O=/home/name/build/kernel
152 sudo make O=/home/name/build/kernel modules_install install
155 used for all invocations of make.
163 new version with minimal work, use "make oldconfig", which will
[all …]
/linux-3.4.99/Documentation/ja_JP/
DSubmitChecklist59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら
60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した
95 20: 'make headers_check'を実行して全く問題がないことを確認してください。
/linux-3.4.99/Documentation/powerpc/
Dmpc52xx.txt11 # make lite5200_defconfig
12 # make uImage
22 # make lite5200_defconfig
24 # make zImage.initrd
25 # make
/linux-3.4.99/tools/testing/selftests/
DMakefile5 make -C $$TARGET; \
10 make -C $$TARGET run_tests; \
15 make -C $$TARGET clean; \
/linux-3.4.99/Documentation/ia64/
Dxen.txt33 2. # make world
35 3. # make install-tools
42 5. make initrd for Dom0/DomU
43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
54 1. make file
86 FYI, virt-manager can also make a disk image for guest OS.
87 It's GUI tools and easy to make it.
143 4. make kernel with pv_ops
144 # make oldconfig
145 # make
[all …]
Dkvm.txt21 (4)make sync LINUX= $kernel_dir (kernel_dir is the directory of kernel source.)
23 (6)make qemu
24 (7)cd qemu; make install
30 (4) make
31 (5) Once (4) done, make modules_install
36 Note: For step 2, please make sure that host page size == TARGET_PAGE_SIZE of qemu, otherwise, may …
79 Thanks for your interest! Let's work together, and make kvm/ia64 stronger and stronger!
/linux-3.4.99/Documentation/arm/SA1100/
DHUW_WEBPANEL7 make huw_webpanel_config
8 make oldconfig
10 make zImage
DPangolin9 make pangolin_config
10 make oldconfig
11 make zImage
DCERF24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
/linux-3.4.99/Documentation/kbuild/
Dkconfig.txt1 This file contains some assistance for using "make *config".
3 Use "make help" to list all of the possible configuration targets.
16 "make oldconfig" won't necessarily produce a working new kernel
20 To see a list of new config symbols when using "make oldconfig", use
23 yes "" | make oldconfig >conf.new
60 filename, "make *config" checks for a file named
76 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
78 KCONFIG_ALLCONFIG=mini.config make allnoconfig
80 make KCONFIG_ALLCONFIG=mini.config allnoconfig
143 make MENUCONFIG_COLOR=<theme> menuconfig
[all …]
Dmodules.txt46 complexity, so one only has to type "make" to build the module. This is
59 An alternative is to use the "make" target "modules_prepare." This will
60 make sure the kernel contains the information required. The target
66 executed to make module versioning work.
72 $ make -C <path_to_kernel_src> M=$PWD
79 $ make -C /lib/modules/`uname -r`/build M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
90 make -C $KDIR M=$PWD
94 "make" will actually change to the specified directory
105 When building an external module, only a subset of the "make"
[all …]
Dkbuild.txt56 See make help for the full list.
105 make CF=-Wbitwise C=2
114 Install script called when using "make install".
123 The implementation of "make install" is architecture specific
142 makefile but the argument can be passed to make if needed.
163 executing "make headers_*".
194 $ make ALLSOURCE_ARCHS="x86 mips arm" tags
198 $ make ALLSOURCE_ARCHS=all tags
202 If enabled over the make command line with "W=1", it turns on additional
/linux-3.4.99/Documentation/
Dcoccinelle.txt33 make
37 sudo make install
68 To make a report for every semantic patch, run the following command:
70 make coccicheck MODE=report
76 make coccicheck MODE=patch
94 The optional make variable COCCI can be used to check a single
100 make coccicheck COCCI=<my_SP.cocci> MODE=patch
102 make coccicheck COCCI=<my_SP.cocci> MODE=report
112 make coccicheck M=drivers/net/wireless/
117 make C=1 CHECK="scripts/coccicheck"
[all …]
Dsparse.txt71 make
72 make install
79 Do a kernel make with "make C=1" to run sparse on all the C files that get
80 recompiled, or use "make C=2" to run sparse on the files whether they need to
84 The optional make variable CF can be used to pass arguments to sparse. The
88 make C=2 CF="-D__CHECK_ENDIAN__"
DSubmitChecklist45 10: Use 'make checkstack' and 'make namespacecheck' and fix any problems
51 static functions, but OK there also.) Use 'make htmldocs' or 'make
79 20: Check that it all passes `make headers_check'.
87 22: Newly-added code has been compiled with `gcc -W' (use "make
91 23: Tested after it has been merged into the -mm patchset to make sure
/linux-3.4.99/Documentation/arm/SPEAr/
Doverview.txt36 make spear600_defconfig
37 make spear300_defconfig
38 make spear310_defconfig
39 make spear320_defconfig
/linux-3.4.99/arch/mn10300/mm/
DKconfig.cache15 make room. Only at that point is it written back.
113 icache using the cache tag registers to make breakpoints work.
122 icache using automatic purge registers to make breakpoints work.
131 tag registers to make breakpoints work.
140 purge registers to make breakpoints work.
147 invalidate the icache to make breakpoints work.
/linux-3.4.99/Documentation/cdrom/
DMakefile4 make clean
13 make sortofclean
/linux-3.4.99/drivers/staging/usbip/userspace/
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-3.4.99/drivers/staging/android/
DTODO5 - make sure things build as modules properly
7 - audit userspace interfaces to make sure they are sane
/linux-3.4.99/Documentation/serial/
Dmoxa-smartio119 Please make sure the JP1 is open after the ISA board is set properly.
235 # make clean; make install
239 # make clean; make installsp1
242 # make clean; make installsp2
271 manually to make sure the modification is ok. If any error
345 # make menuconfig
358 b. make clean /* take a few minutes */
359 c. make dep /* take a few minutes */
360 d. make bzImage /* take probably 10-20 minutes */
361 e. make install /* copy boot image to correct position */
[all …]
/linux-3.4.99/Documentation/trace/
Dtracepoints.txt81 the module exit function to make sure there is no caller left using
83 probe call, make sure that probe removal and module unload are safe.
88 tracepoint name over all the kernel to make sure no type conflict will
90 to make sure typing is correct. Verification of probe type correctness
108 Compile them with your kernel. They are built during 'make' (not
109 'make modules') when CONFIG_SAMPLE_TRACEPOINTS=m.
/linux-3.4.99/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 is unbindable
128 # mount --make-unbindable /mnt
143 mount --make-shared mountpoint
144 mount --make-slave mountpoint
145 mount --make-private mountpoint
[all …]

12345678910>>...31