1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-10 14:58:54 +00:00

added warning about missing assemv2.cfg file.

This commit is contained in:
warren.toomey
2008-05-07 00:04:23 +00:00
parent cb4ff68ce4
commit 6c4d4c3489

View File

@@ -6,9 +6,18 @@ if [ ! -d tools ]
then echo 'No tools/ directory, are you running this in the correct dir?'
exit 1
fi
if [ ! -d build ]
then mkdir build
fi
# settings; should contain something like:
# APOUT=/tmp/apout2.3alpha2/apout
if [ ! -f tools/assemv2.cfg ]
then echo 'You need to create a tools/assemv2.cfg file which contains a line'
echo 'setting APOUT=full path to the apout binary'
fi
. tools/assemv2.cfg
APOUT_ROOT=../fs/root