New installation mechanism

This commit is contained in:
ceriel
1991-08-26 16:50:25 +00:00
parent dd478032e6
commit 73177ad913
29 changed files with 1106 additions and 25 deletions

View File

@@ -11,10 +11,8 @@ do
exit 1
fi
done
echo "+$cc $cflags -I../read_em C_out.c"
if $cc $cflags -I../read_em C_out.c ; then : ; else exit 1 ; fi
echo "+$ar rc libem$target.$libsuf $list"
if $ar rc libem$target.$libsuf $list
echo "+$ar r libem$target.$libsuf $list"
if $ar r libem$target.$libsuf $list
then
:
else