view generated/README.txt @ 847:2506cbdccd20

Partial cleanup of find - Remove unnecessary headers - dump_node is not used anywhere - exec_buf is unused - Replace SUCCESS with 1 and simplify code accordingly - a==0 -> !a - Simplify an incremation pattern using pre-increments - Add static keyword to functions - Make error messages print to stderr
author Felix Janda <felix.janda@posteo.de>
date Wed, 10 Apr 2013 19:25:06 +0200
parents 7cde22266e65
children
line wrap: on
line source

All the files in this directory except this README are generated by the
build.  (See scripts/make.sh)

config.h: CFG_COMMAND and USE_COMMAND() macros set by menuconfig via .config.

Config.in: Kconfig entries for each command.  Included by top level Config.in.
           The help text in here is used to generated help.h

help.h: Help text strings for use by "help" command.  Building this file
        requires python on the host system, so the prebuilt file is shipped
        in the build tarball to avoid requiring python to build toybox.

newtoys.h: List of NEWTOY() or OLDTOY() macros for all available commands.
           Associates command_main() functions with command names, provides
           option string for command line parsing (see lib/args.c), specifies
           where to install each command and whether toysh should fork before
           calling it.