#!/bin/sh
#first script.

echo "Open a terminal in /mnt/hda6/t2-15oct07/t2-trunk"
echo "Then execute these:"
echo "./scripts/Cleanup -build -cache       #(-build wipes previous build)"
echo "./scripts/Config -cfg piglet001       #if reqd to modify profile"
echo "./acripts/Download -cfg piglet001     #if need to download source pkgs."
echo "./scripts/Build-Target -cfg piglet001 #this does the compile."
