view sources/sections/README @ 938:609bc05b0d6a

Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup.
author Rob Landley <rob@landley.net>
date Sat, 19 Dec 2009 00:51:16 -0600
parents
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).