make 730boot with 730boot.o
[unix-history] / usr / src / sys / vax / stand / Makefile
index 466f82f..a48ab38 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.33    83/07/20
+#      Makefile        4.34    83/08/11
 
 DESTDIR=/
 CFLAGS=        -O -DSTANDALONE ${COPTS} 
 
 DESTDIR=/
 CFLAGS=        -O -DSTANDALONE ${COPTS} 
@@ -102,7 +102,7 @@ drtest:     drtest.o srt0.o confhpup.o /usr/lib/libsa.a
        rm 730boot.c
 
 730boot: 730boot.o relsrt0.o 730bootconf.o /usr/lib/libsa.a
        rm 730boot.c
 
 730boot: 730boot.o relsrt0.o 730bootconf.o /usr/lib/libsa.a
-       ld -N -T ${RELOC} -o 730boot relsrt0.o boot.o 730bootconf.o -lsa -lc
+       ld -N -T ${RELOC} -o 730boot relsrt0.o 730boot.o 730bootconf.o -lsa -lc
 
 730bootconf.o: conf.c ../h/param.h ../h/inode.h ../machine/pte.h
 730bootconf.o: ../h/fs.h saio.h
 
 730bootconf.o: conf.c ../h/param.h ../h/inode.h ../machine/pte.h
 730bootconf.o: ../h/fs.h saio.h
@@ -216,22 +216,22 @@ install: ${ALL}
        cp boot a.out; strip a.out; \
                dd if=a.out of=../floppy/boot bs=32 skip=1
        cp 730boot a.out; strip a.out; \
        cp boot a.out; strip a.out; \
                dd if=a.out of=../floppy/boot bs=32 skip=1
        cp 730boot a.out; strip a.out; \
-               dd if=a.out of=../cassette/boot bs=32 skip=1
+               dd if=a.out of=../cassette/boot.730 bs=32 skip=1
        cp ../floppy/boot ../cassette/boot.750
        cp copy a.out; strip a.out; \
                dd if=a.out of=../floppy/copy bs=32 skip=1
        cp 730copy a.out; strip a.out; \
        cp ../floppy/boot ../cassette/boot.750
        cp copy a.out; strip a.out; \
                dd if=a.out of=../floppy/copy bs=32 skip=1
        cp 730copy a.out; strip a.out; \
-               dd if=a.out of=../cassette/copy bs=32 skip=1
+               dd if=a.out of=../cassette/copy.730 bs=32 skip=1
        cp ../floppy/copy ../cassette/copy.750
        cp format a.out; strip a.out; \
                dd if=a.out of=../floppy/format bs=32 skip=1
        cp 730format a.out; strip a.out; \
        cp ../floppy/copy ../cassette/copy.750
        cp format a.out; strip a.out; \
                dd if=a.out of=../floppy/format bs=32 skip=1
        cp 730format a.out; strip a.out; \
-               dd if=a.out of=../cassette/format bs=32 skip=1
+               dd if=a.out of=../cassette/format.730 bs=32 skip=1
        cp ../floppy/format ../cassette/format.750
        cp drtest a.out; strip a.out; \
                dd if=a.out of=../floppy/drtest bs=32 skip=1
        cp 730drtest a.out; strip a.out; \
        cp ../floppy/format ../cassette/format.750
        cp drtest a.out; strip a.out; \
                dd if=a.out of=../floppy/drtest bs=32 skip=1
        cp 730drtest a.out; strip a.out; \
-               dd if=a.out of=../cassette/drtest bs=32 skip=1
+               dd if=a.out of=../cassette/drtest.730 bs=32 skip=1
        cp ../floppy/drtest ../cassette/drtest.750
        cp bootup boothk boothp bootra bootrl ${DESTDIR}/usr/mdec
 
        cp ../floppy/drtest ../cassette/drtest.750
        cp bootup boothk boothp bootra bootrl ${DESTDIR}/usr/mdec