#!/bin/sh

############################################################
# Program: build.all
# Purpose: Launch all build scripts to create a root file
#          system for Slackware on ARM ('Slack.ARMed')
# Author : Stuart Winter
# Date...: 01/Feb/2003
############################################################

# Temp build directory
export BUILDPATH=/tmp/slackarmed
mkdir -pm700 ${BUILDPATH}

# Work out where our original build & source dir is
export ORIGPATH="$( pwd )"

# Build ulibc
${ORIGPATH}/buildscripts/ulibc.build

