diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
commit | da8f43fd34d59a83ee8314dae5850db95ac1bdad (patch) | |
tree | fb6e0cd8e8b8fd7341b9a3ceb3970580eed0867c /Makefile.help | |
parent | ca3c981c07ade7f8fd50ba4bb452a2fadaddc326 (diff) | |
download | busybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.tar.gz busybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.tar.bz2 busybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.zip |
build system: fix for non-i386 builds
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 52 |
1 files changed, 3 insertions, 49 deletions
diff --git a/Makefile.help b/Makefile.help index 3ba68d1e4..a1ff4fcb8 100644 --- a/Makefile.help +++ b/Makefile.help | |||
@@ -1,52 +1,6 @@ | |||
1 | ### Kernel's one: | 1 | # ========================================================================== |
2 | ### help: | 2 | # Build system |
3 | ### @echo 'Cleaning targets:' | 3 | # ========================================================================== |
4 | ### @echo ' clean - remove most generated files but keep the config' | ||
5 | ### @echo ' mrproper - remove all generated files + config + various backup files' | ||
6 | ### @echo '' | ||
7 | ### @echo 'Configuration targets:' | ||
8 | ### @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help | ||
9 | ### @echo '' | ||
10 | ### @echo 'Other generic targets:' | ||
11 | ### @echo ' all - Build all targets marked with [*]' | ||
12 | ### @echo '* busybox - Build the bare kernel' | ||
13 | ### @echo '* modules - Build all modules' | ||
14 | ### @echo ' modules_install - Install all modules to INSTALL_MOD_PATH (default: /)' | ||
15 | ### @echo ' dir/ - Build all files in dir and below' | ||
16 | ### @echo ' dir/file.[ois] - Build specified target only' | ||
17 | ### @echo ' dir/file.ko - Build module including final link' | ||
18 | ### @echo ' rpm - Build a kernel as an RPM package' | ||
19 | ### @echo ' tags/TAGS - Generate tags file for editors' | ||
20 | ### @echo ' cscope - Generate cscope index' | ||
21 | ### @echo ' kernelrelease - Output the release version string' | ||
22 | ### @echo ' kernelversion - Output the version stored in Makefile' | ||
23 | ### @echo '' | ||
24 | ### @echo 'Static analysers' | ||
25 | ### @echo ' checkstack - Generate a list of stack hogs' | ||
26 | ### @echo ' namespacecheck - Name space analysis on compiled kernel' | ||
27 | ### @echo '' | ||
28 | ### @echo 'Kernel packaging:' | ||
29 | ### @$(MAKE) $(build)=$(package-dir) help | ||
30 | ### @echo '' | ||
31 | ### @echo 'Documentation targets:' | ||
32 | ### @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp | ||
33 | ### @echo '' | ||
34 | ### @echo 'Architecture specific targets ($(ARCH)):' | ||
35 | ### @$(if $(archhelp),$(archhelp),\ | ||
36 | ### echo ' No architecture specific help defined for $(ARCH)') | ||
37 | ### @echo '' | ||
38 | ### @$(if $(boards), \ | ||
39 | ### $(foreach b, $(boards), \ | ||
40 | ### printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \ | ||
41 | ### echo '') | ||
42 | ### | ||
43 | ### @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' | ||
44 | ### @echo ' make O=dir [targets] Locate all output files in "dir", including .config' | ||
45 | ### @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse)' | ||
46 | ### @echo ' make C=2 [targets] Force check of all c source with $$CHECK (sparse)' | ||
47 | ### @echo '' | ||
48 | ### @echo 'Execute "make" or "make all" to build all targets marked with [*] ' | ||
49 | ### @echo 'For further info see the ./README file' | ||
50 | 4 | ||
51 | help: | 5 | help: |
52 | @echo 'Cleaning:' | 6 | @echo 'Cleaning:' |