Annotation of researchv8dc/sys/boot/bb/Makefile, revision 1.1

1.1     ! root        1: ALL=   htboot tmboot tsboot hpboot hkboot upboot noboot \
        !             2:        httoggle tmtoggle tstoggle 1kboot 4kboot
        !             3: 
        !             4: all: ${ALL}
        !             5: 
        !             6: htboot: htboot.s
        !             7:        as htboot.s
        !             8:        nm -u a.out
        !             9:        strip a.out
        !            10:        dd if=a.out of=b.out bs=32 skip=1
        !            11:        dd if=b.out of=htboot conv=sync
        !            12: 
        !            13: tmboot: tmboot.s
        !            14:        as tmboot.s
        !            15:        nm -u a.out
        !            16:        strip a.out
        !            17:        dd if=a.out of=b.out bs=32 skip=1
        !            18:        dd if=b.out of=tmboot conv=sync
        !            19: 
        !            20: tsboot: tsboot.s
        !            21:        as tsboot.s
        !            22:        nm -u a.out
        !            23:        strip a.out
        !            24:        dd if=a.out of=b.out bs=32 skip=1
        !            25:        dd if=b.out of=tsboot conv=sync
        !            26: 
        !            27: hpboot: hpboot.s
        !            28:        as hpboot.s
        !            29:        nm -u a.out
        !            30:        strip a.out
        !            31:        dd if=a.out bs=32 skip=1 of=b.out
        !            32:        dd if=b.out of=hpboot conv=sync
        !            33: 
        !            34: hkboot: hkboot.s
        !            35:        as hkboot.s
        !            36:        nm -u a.out
        !            37:        strip a.out
        !            38:        dd if=a.out bs=32 skip=1 of=b.out
        !            39:        dd if=b.out of=hkboot conv=sync
        !            40: 
        !            41: upboot: upboot.s
        !            42:        as upboot.s
        !            43:        nm -u a.out
        !            44:        strip a.out
        !            45:        dd if=a.out bs=32 skip=1 of=b.out
        !            46:        dd if=b.out of=upboot conv=sync
        !            47: 
        !            48: httoggle: httoggle.s
        !            49:        as httoggle.s
        !            50:        nm -u a.out
        !            51:        strip a.out
        !            52:        dd if=a.out bs=32 skip=1 of=httoggle
        !            53: 
        !            54: tstoggle: tstoggle.s
        !            55:        as tstoggle.s
        !            56:        nm -u a.out
        !            57:        strip a.out
        !            58:        dd if=a.out bs=32 skip=1 of=tstoggle
        !            59: 
        !            60: tmtoggle: tmtoggle.s
        !            61:        as tmtoggle.s
        !            62:        nm -u a.out
        !            63:        strip a.out
        !            64:        dd if=a.out bs=32 skip=1 of=tmtoggle
        !            65: 
        !            66: noboot:
        !            67:        echo | dd of=noboot conv=sync
        !            68: 
        !            69: 1kboot: 1k.s bblock.s
        !            70:        as 1k.s bblock.s
        !            71:        strip a.out
        !            72:        dd <a.out >1kboot bs=32 skip=1
        !            73: 4kboot: 4k.s bblock.s
        !            74:        as 4k.s bblock.s
        !            75:        strip a.out
        !            76:        dd <a.out >4kboot bs=32 skip=1
        !            77: 
        !            78: clean:
        !            79:        rm -f a.out b.out ${ALL}
        !            80: 
        !            81: install:
        !            82:        cp *boot /usr/mdec
        !            83:        rm -f /usr/mdec/mboot
        !            84:        ln /usr/mdec/htboot /usr/mdec/mboot
        !            85:        rm -f /usr/mdec/uboot
        !            86:        ln /usr/mdec/hpboot /usr/mdec/uboot

unix.superglobalmegacorp.com

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