view sources/sections/README @ 1541:e4f766efa39f

Sort busybox config entries to group stuff toybox can replace. Also add ps.
author Rob Landley <rob@landley.net>
date Thu, 06 Sep 2012 03:44:47 -0500
parents 609bc05b0d6a
children
line wrap: on
line source

These shell script snippets contain the logic to actually build each package.
They're called by "build_stage" in sources/functions.sh.

The "name.build" files have "setupfor name" called before running them,
and "cleanup" called afterwards.

The "name.sh" files do their own setup/cleanup (if any).