Annotation of cci/MAKE/build_upgrade, revision 1.1

1.1     ! root        1: TEST= (upgrade work directory i.e. /TEST)
        !             2: REV= (software revision number i.e. 1.2)
        !             3: if [ -z "TEST" ]
        !             4: then
        !             5:        echo "No TEST directory specified!"
        !             6:        exit 1
        !             7: fi
        !             8: if [ -z "REV" ]
        !             9: then
        !            10:        echo "No revision level specified!"
        !            11:        exit 1
        !            12: fi
        !            13: echo Building the upgrade master in $TEST
        !            14: cp $TEST/*vmunix* /REL/$REV
        !            15: rm $TEST/vmunix*
        !            16: rm $TEST/dev/CP $TEST/dev/console $TEST/dev/drum \
        !            17:    $TEST/dev/fsd* \
        !            18:    $TEST/dev/kmem $TEST/dev/mem $TEST/dev/null $TEST/dev/remote \
        !            19:    $TEST/dev/rfsd* \
        !            20:    $TEST/dev/tty* \
        !            21:    $TEST/dev/pty* \
        !            22:    $TEST/dev/vmem \
        !            23:    $TEST/etc/fstab
        !            24: rm $TEST/usr; rmdir $TEST/usr
        !            25: mv $TEST/bin/csh $TEST/bin/csh.$REV
        !            26: mv $TEST/bin/sh $TEST/bin/sh.$REV
        !            27: mv $TEST/bin/tar $TEST/bin/tar.$REV
        !            28: mv $TEST/etc/init $TEST/etc/init.$REV
        !            29: mv $TEST/etc/fstab.fsd $TEST/etc/fstab.fsd.$REV
        !            30: mv $TEST/etc/gettytab $TEST/etc/gettytab.$REV
        !            31: mv $TEST/etc/group $TEST/etc/group.$REV
        !            32: mv $TEST/etc/motd $TEST/etc/motd.$REV
        !            33: mv $TEST/etc/passwd $TEST/etc/passwd.$REV
        !            34: mv $TEST/etc/printcap $TEST/etc/printcap.$REV
        !            35: mv $TEST/etc/rc $TEST/etc/rc.$REV
        !            36: mv $TEST/etc/rc.local $TEST/etc/rc.local.$REV
        !            37: mv $TEST/etc/syslog.conf $TEST/etc/syslog.conf.$REV
        !            38: mv $TEST/etc/syslog.pid $TEST/etc/syslog.pid.$REV
        !            39: mv $TEST/etc/termcap $TEST/etc/termcap.$REV
        !            40: mv $TEST/etc/ttys $TEST/etc/ttys.$REV
        !            41: mv $TEST/etc/ttytype $TEST/etc/ttytype.$REV

unix.superglobalmegacorp.com

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