1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-01-13 15:27:49 +00:00

Make sure user has built and installed pdp11.

This commit is contained in:
warren.toomey 2008-05-07 00:28:30 +00:00
parent 3dbcf2df9a
commit dee768093b

View File

@ -6,6 +6,11 @@ if [ ! -d tools ]
then echo 'No tools/ directory, are you running this in the correct dir?'
exit 1
fi
if [ ! -f tools/pdp11 ]
then echo 'You need to compile Simh with the ke11 patch, and place the'
echo 'resulting pdp11 executable into the tools/ directory.'
exit 1
fi
if [ ! -d build ]
then mkdir build
fi