summaryrefslogtreecommitdiff
path: root/configure
blob: 6de0d9981f84362bf9fdb7efa2cc3c29ab8898f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

perl ./infrastructure/makebuildenv.pl $1 $2 $3 $4 $5 $6 $7 $8 $9
if [ "$?" -ne "0" ]; then
	exit 1
fi
perl ./infrastructure/makeparcels.pl

echo
echo Type \'make\' to build the installation parcels.
echo
echo Then use the install scripts inside 'parcels/<dir>' to install
echo the components you need.
echo
echo