Annotation of researchv8dc/cmd/lcomp/lcc, revision 1.1

1.1     ! root        1: DIR=/usr/pjw/prof
        !             2: for i in $*
        !             3: do
        !             4:        case $i in
        !             5:        *.c)    u=`basename $i | sed 's/c$//'`
        !             6:                cc -g -S $clist $i
        !             7:                $DIR/bb $u"s"
        !             8:                cc X$u"s" -c
        !             9:                mv X$u"o" $u"o"
        !            10:                ;;
        !            11:        *)      clist="$clist $i"
        !            12:                ;;
        !            13:        esac
        !            14: done

unix.superglobalmegacorp.com

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