Annotation of lucent/sys/src/9/mkfile, revision 1.1

1.1     ! root        1: ARCH=\
        !             2:        chm\
        !             3:        gnot\
        !             4:        indigo3k\
        !             5:        indigo4k\
        !             6:        magnum\
        !             7:        next\
        !             8:        pc\
        !             9:        power\
        !            10:        ss\
        !            11:        ss10\
        !            12: 
        !            13: all:V:
        !            14:        for(i in $ARCH)@{
        !            15:                cd $i
        !            16:                mk
        !            17:        }
        !            18: 
        !            19: installall:V:
        !            20:        for(i in $ARCH) @{
        !            21:                cd $i
        !            22:                mk installall
        !            23:        }
        !            24: 
        !            25: clean:V:
        !            26:        @{ cd boot; mk clean }
        !            27:        for(i in $ARCH) @{
        !            28:                cd $i
        !            29:                mk clean
        !            30:        }
        !            31: 
        !            32: backup:V: clean
        !            33:        9fs bootes
        !            34:        disk/kfscmd allow
        !            35:        disk/mkfs -s /n/bootes /sys/src/9/proto
        !            36:        disk/ksync

unix.superglobalmegacorp.com

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