X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.help;h=e2e13de0c2965cff8b5a2b1b6963af591aa00400;hb=10aea3e84e2715fb2a4b265faac273d11e8116ef;hp=3ba68d1e4178a41abfb249978a7b1d87d400bd1c;hpb=7d219aab70e6951ab82c27c202cac05016696723;p=oweals%2Fbusybox.git diff --git a/Makefile.help b/Makefile.help index 3ba68d1e4..e2e13de0c 100644 --- a/Makefile.help +++ b/Makefile.help @@ -1,52 +1,6 @@ -### Kernel's one: -### help: -### @echo 'Cleaning targets:' -### @echo ' clean - remove most generated files but keep the config' -### @echo ' mrproper - remove all generated files + config + various backup files' -### @echo '' -### @echo 'Configuration targets:' -### @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help -### @echo '' -### @echo 'Other generic targets:' -### @echo ' all - Build all targets marked with [*]' -### @echo '* busybox - Build the bare kernel' -### @echo '* modules - Build all modules' -### @echo ' modules_install - Install all modules to INSTALL_MOD_PATH (default: /)' -### @echo ' dir/ - Build all files in dir and below' -### @echo ' dir/file.[ois] - Build specified target only' -### @echo ' dir/file.ko - Build module including final link' -### @echo ' rpm - Build a kernel as an RPM package' -### @echo ' tags/TAGS - Generate tags file for editors' -### @echo ' cscope - Generate cscope index' -### @echo ' kernelrelease - Output the release version string' -### @echo ' kernelversion - Output the version stored in Makefile' -### @echo '' -### @echo 'Static analysers' -### @echo ' checkstack - Generate a list of stack hogs' -### @echo ' namespacecheck - Name space analysis on compiled kernel' -### @echo '' -### @echo 'Kernel packaging:' -### @$(MAKE) $(build)=$(package-dir) help -### @echo '' -### @echo 'Documentation targets:' -### @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp -### @echo '' -### @echo 'Architecture specific targets ($(ARCH)):' -### @$(if $(archhelp),$(archhelp),\ -### echo ' No architecture specific help defined for $(ARCH)') -### @echo '' -### @$(if $(boards), \ -### $(foreach b, $(boards), \ -### printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \ -### echo '') -### -### @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' -### @echo ' make O=dir [targets] Locate all output files in "dir", including .config' -### @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse)' -### @echo ' make C=2 [targets] Force check of all c source with $$CHECK (sparse)' -### @echo '' -### @echo 'Execute "make" or "make all" to build all targets marked with [*] ' -### @echo 'For further info see the ./README file' +# ========================================================================== +# Build system +# ========================================================================== help: @echo 'Cleaning:' @@ -73,7 +27,7 @@ help: @echo ' make SED="$(objtree)/sed"' @echo @echo 'Installation:' - @echo ' install - install busybox into $(PREFIX)' + @echo ' install - install busybox into $(CONFIG_PREFIX)' @echo ' uninstall' @echo @echo 'Development:' @@ -85,4 +39,6 @@ help: @echo ' release - create a distribution tarball' @echo ' sizes - show size of all enabled busybox symbols' @echo ' objsizes - show size of each .o object built' + @echo ' bigdata - show data objects, biggest first' + @echo ' stksizes - show stack users, biggest first' @echo