view sources/sections/README @ 1187:878dbfe76341

Move $BUILD/logs creation from record-commands.sh to include.sh so it gets reliably recreated when a user blanks the logs and re-runs.
author Rob Landley <rob@landley.net>
date Sun, 01 Aug 2010 15:19:00 -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).