aboutsummaryrefslogtreecommitdiff
path: root/generated/README.txt
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-09-20 14:20:28 -0500
committerRob Landley <rob@landley.net>2014-09-20 14:20:28 -0500
commit94a4603481b9fc663a72549b4cd0dcbd95fca062 (patch)
treebb84860ab993c7d85f9240a00bd2f9851e5504c4 /generated/README.txt
parent58896919a3e1f26011645d101ff2df80364ab98d (diff)
downloadtoybox-94a4603481b9fc663a72549b4cd0dcbd95fca062.tar.gz
Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely.
Diffstat (limited to 'generated/README.txt')
-rw-r--r--generated/README.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/generated/README.txt b/generated/README.txt
deleted file mode 100644
index 93a10398..00000000
--- a/generated/README.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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.