1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-04 04:59:53 +00:00

also added a check that apout binary exists.

This commit is contained in:
warren.toomey
2008-05-07 00:30:06 +00:00
parent dee768093b
commit 7cbe3f57f5

View File

@@ -11,6 +11,10 @@ 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 [ ! -f tools/apout/apout ]
then echo 'You need to go into tools/apout/ and do a make to compile apout'
exit 1
fi
if [ ! -d build ]
then mkdir build
fi