#!/bin/sh

libdir=/store/etc/internal

if test -f buildinfo; then
	. ./buildinfo
else
	echo "Missing buildinfo.  Are you sure you know what you are doing?"
	exit 1
fi

if test ! -d src-$version; then
	echo "Source tree src-$version missing"
	exit 1
fi

. $libdir/buildsubs
