check results in shell script

This commit is contained in:
ceriel 1988-07-08 16:10:17 +00:00
parent 32c3955be1
commit 0505a65a74

View file

@ -1,51 +1,51 @@
$cc $cflags bhcst.c if $cc $cflags bhcst.c ; then : ; else exit 1 ; fi
$cc $cflags bhdlb.c if $cc $cflags bhdlb.c ; then : ; else exit 1 ; fi
$cc $cflags bhdnam.c if $cc $cflags bhdnam.c ; then : ; else exit 1 ; fi
$cc $cflags bhfcon.c if $cc $cflags bhfcon.c ; then : ; else exit 1 ; fi
$cc $cflags bhicon.c if $cc $cflags bhicon.c ; then : ; else exit 1 ; fi
$cc $cflags bhilb.c if $cc $cflags bhilb.c ; then : ; else exit 1 ; fi
$cc $cflags bhpnam.c if $cc $cflags bhpnam.c ; then : ; else exit 1 ; fi
$cc $cflags bhucon.c if $cc $cflags bhucon.c ; then : ; else exit 1 ; fi
$cc $cflags crcst.c if $cc $cflags crcst.c ; then : ; else exit 1 ; fi
$cc $cflags crdlb.c if $cc $cflags crdlb.c ; then : ; else exit 1 ; fi
$cc $cflags crdnam.c if $cc $cflags crdnam.c ; then : ; else exit 1 ; fi
$cc $cflags crfcon.c if $cc $cflags crfcon.c ; then : ; else exit 1 ; fi
$cc $cflags cricon.c if $cc $cflags cricon.c ; then : ; else exit 1 ; fi
$cc $cflags crilb.c if $cc $cflags crilb.c ; then : ; else exit 1 ; fi
$cc $cflags crpnam.c if $cc $cflags crpnam.c ; then : ; else exit 1 ; fi
$cc $cflags crscon.c if $cc $cflags crscon.c ; then : ; else exit 1 ; fi
$cc $cflags crucon.c if $cc $cflags crucon.c ; then : ; else exit 1 ; fi
$cc $cflags cst.c if $cc $cflags cst.c ; then : ; else exit 1 ; fi
$cc $cflags dfdlb.c if $cc $cflags dfdlb.c ; then : ; else exit 1 ; fi
$cc $cflags dfdnam.c if $cc $cflags dfdnam.c ; then : ; else exit 1 ; fi
$cc $cflags dfilb.c if $cc $cflags dfilb.c ; then : ; else exit 1 ; fi
$cc $cflags dlb.c if $cc $cflags dlb.c ; then : ; else exit 1 ; fi
$cc $cflags dnam.c if $cc $cflags dnam.c ; then : ; else exit 1 ; fi
$cc $cflags end.c if $cc $cflags end.c ; then : ; else exit 1 ; fi
$cc $cflags endarg.c if $cc $cflags endarg.c ; then : ; else exit 1 ; fi
$cc $cflags exc.c if $cc $cflags exc.c ; then : ; else exit 1 ; fi
$cc $cflags fcon.c if $cc $cflags fcon.c ; then : ; else exit 1 ; fi
$cc $cflags icon.c if $cc $cflags icon.c ; then : ; else exit 1 ; fi
$cc $cflags ilb.c if $cc $cflags ilb.c ; then : ; else exit 1 ; fi
$cc $cflags msend.c if $cc $cflags msend.c ; then : ; else exit 1 ; fi
$cc $cflags op.c if $cc $cflags op.c ; then : ; else exit 1 ; fi
$cc $cflags opcst.c if $cc $cflags opcst.c ; then : ; else exit 1 ; fi
$cc $cflags opdlb.c if $cc $cflags opdlb.c ; then : ; else exit 1 ; fi
$cc $cflags opdnam.c if $cc $cflags opdnam.c ; then : ; else exit 1 ; fi
$cc $cflags opilb.c if $cc $cflags opilb.c ; then : ; else exit 1 ; fi
$cc $cflags opnarg.c if $cc $cflags opnarg.c ; then : ; else exit 1 ; fi
$cc $cflags oppnam.c if $cc $cflags oppnam.c ; then : ; else exit 1 ; fi
$cc $cflags pnam.c if $cc $cflags pnam.c ; then : ; else exit 1 ; fi
$cc $cflags pro.c if $cc $cflags pro.c ; then : ; else exit 1 ; fi
$cc $cflags pronarg.c if $cc $cflags pronarg.c ; then : ; else exit 1 ; fi
$cc $cflags msstart.c if $cc $cflags msstart.c ; then : ; else exit 1 ; fi
$cc $cflags psdlb.c if $cc $cflags psdlb.c ; then : ; else exit 1 ; fi
$cc $cflags psdnam.c if $cc $cflags psdnam.c ; then : ; else exit 1 ; fi
$cc $cflags pspnam.c if $cc $cflags pspnam.c ; then : ; else exit 1 ; fi
$cc $cflags scon.c if $cc $cflags scon.c ; then : ; else exit 1 ; fi
$cc $cflags ucon.c if $cc $cflags ucon.c ; then : ; else exit 1 ; fi
$cc $cflags -I../read_em C_out.c if $cc $cflags -I../read_em C_out.c ; then : ; else exit 1 ; fi
if ; then : ; else exit 1 ; fi
$cc $cflags $1/em.c if $cc $cflags $1/em.c ; then : ; else exit 1 ; fi
mv em.o em$1.o if mv em.o em$1.o ; then : ; else exit 1 ; fi
$ar rc libem$1.a bhcst.o bhdlb.o bhdnam.o bhfcon.o bhicon.o bhilb.o bhpnam.o bhucon.o crcst.o crdlb.o crdnam.o crfcon.o cricon.o crilb.o crpnam.o crscon.o crucon.o cst.o dfdlb.o dfdnam.o dfilb.o dlb.o dnam.o end.o endarg.o exc.o fcon.o getid.o icon.o ilb.o insert.o internerr.o msend.o op.o opcst.o opdlb.o opdnam.o opilb.o opnarg.o oppnam.o pnam.o pro.o pronarg.o msstart.o psdlb.o psdnam.o pspnam.o scon.o ucon.o C_out.o em$1.o failed.o if $ar rc libem$1.a bhcst.o bhdlb.o bhdnam.o bhfcon.o bhicon.o bhilb.o bhpnam.o bhucon.o crcst.o crdlb.o crdnam.o crfcon.o cricon.o crilb.o crpnam.o crscon.o crucon.o cst.o dfdlb.o dfdnam.o dfilb.o dlb.o dnam.o end.o endarg.o exc.o fcon.o getid.o icon.o ilb.o insert.o internerr.o msend.o op.o opcst.o opdlb.o opdnam.o opilb.o opnarg.o oppnam.o pnam.o pro.o pronarg.o msstart.o psdlb.o psdnam.o pspnam.o scon.o ucon.o C_out.o em$1.o failed.o ; then : ; else exit 1 ; fi