view sources/sections/README @ 1754:86f6fbeaca18 draft

Check in web page changes for last release.
author Rob Landley <rob@landley.net>
date Sun, 12 Apr 2015 23:31:30 -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).