Research V7 development
[unix-history] / .ref-Research-V6 / usr / sys / run
CommitLineData
39426867
KT
1chdir ken
2cc -c -O *.c
3ar r ../lib1
4rm *.o
5
6chdir ../dmr
7cc -c -O *.c
8ar r ../lib2
9rm *.o
10
11chdir ../conf
12as m40.s
13mv a.out m40.o
14: as m45.s
15: mv a.out m45.o
16: cc sysfix.c
17: mv a.out sysfix
18cc mkconf.c
19mv a.out mkconf
20
21mkconf
22rk
23tm
24tc
25done
26
27cc -c c.c
28as l.s
29ld -x a.out m40.o c.o ../lib1 ../lib2
30: as data.s l.s
31: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
32: nm -ug
33: sysfix a.out x
34: mv x a.out
35cmp a.out /rkunix
36cp a.out /rkunix
37
38mkconf
39rp
40tm
41tc
42done
43
44cc -c c.c
45as l.s
46ld -x a.out m40.o c.o ../lib1 ../lib2
47: as data.s l.s
48: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
49: nm -ug
50: sysfix a.out x
51: mv x a.out
52cmp a.out /rpunix
53cp a.out /rpunix
54
55mkconf
56hp
57tm
58tc
59done
60
61cc -c c.c
62as l.s
63ld -x a.out m40.o c.o ../lib1 ../lib2
64: as data.s l.s
65: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
66: nm -ug
67: sysfix a.out x
68: mv x a.out
69cmp a.out /hpunix
70cp a.out /hpunix
71
72rm mkconf c.c l.s a.out *.o
73: rm sysfix