Annotation of researchv10no/sys/os/mkfile, revision 1.1

1.1     ! root        1: CFLAGS=-I.. -DKERNEL
        !             2: L=../lib/os.a
        !             3: FILES=\
        !             4:        $L(acct.x) $L(clock.x) $L(fio.x) $L(iget.x) $L(ioctl.x) \
        !             5:        $L(main.x) $L(mount.x) $L(nami.x) \
        !             6:        $L(prf.x) $L(rdwri.x) $L(rmap.x) $L(sig.x) $L(slp.x) \
        !             7:        $L(streamio.x) $L(subr.x) $L(sys1.x) $L(sys2.x) $L(sys3.x) \
        !             8:        $L(sys4.x) $L(sysent.x) $L(text.x) $L(trap.x) $L(trace.x)
        !             9: 
        !            10: $L: $FILES
        !            11:        names=`membername $newprereq`
        !            12:        ar r $L $names && rm $names
        !            13:        ranlib $L
        !            14: $L(%):N: %
        !            15: %.x: %.c
        !            16:        cc $CFLAGS -S $stem.c
        !            17:        /lib/c2 <$stem.s | sed -f ../lib/asm.sed | as -o $stem.x
        !            18:        rm $stem.s

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.