1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 11:36:31 +00:00

ensure that object file directories used in the build exist

This commit is contained in:
Nick Briggs
2018-03-23 13:19:54 -07:00
parent 4342f86d50
commit a7360fd23d

View File

@@ -122,6 +122,16 @@ installdir=${RELDIR}install.${osversion}.${architecture}/
# releasename = ${osversion}.${architecture}-${display}
#endif
# ensure that the necessary directories exist
if [ ! -d ../${osversion}.${architecture} ]; then
mkdir ../${osversion}.${architecture}
fi
if [ ! -d ../${releasename} ]; then
mkdir ../${releasename}
fi
echo start making lde for ${releasename}.
# then finally do the make, including the right stuff