Research V6 development
authorKen Thompson <ken@research.uucp>
Fri, 18 Jul 1975 12:04:25 +0000 (07:04 -0500)
committerKen Thompson <ken@research.uucp>
Fri, 18 Jul 1975 12:04:25 +0000 (07:04 -0500)
Work on file usr/sys/run

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v6

usr/sys/run [new file with mode: 0644]

diff --git a/usr/sys/run b/usr/sys/run
new file mode 100644 (file)
index 0000000..4112985
--- /dev/null
@@ -0,0 +1,73 @@
+chdir ken
+cc -c -O *.c
+ar r ../lib1
+rm *.o
+
+chdir ../dmr
+cc -c -O *.c
+ar r ../lib2
+rm *.o
+
+chdir ../conf
+as m40.s
+mv a.out m40.o
+: as m45.s
+: mv a.out m45.o
+: cc sysfix.c
+: mv a.out sysfix
+cc mkconf.c
+mv a.out mkconf
+
+mkconf
+rk
+tm
+tc
+done
+
+cc -c c.c
+as l.s
+ld -x a.out m40.o c.o ../lib1 ../lib2
+: as data.s l.s
+: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
+: nm -ug
+: sysfix a.out x
+: mv x a.out
+cmp a.out /rkunix
+cp a.out /rkunix
+
+mkconf
+rp
+tm
+tc
+done
+
+cc -c c.c
+as l.s
+ld -x a.out m40.o c.o ../lib1 ../lib2
+: as data.s l.s
+: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
+: nm -ug
+: sysfix a.out x
+: mv x a.out
+cmp a.out /rpunix
+cp a.out /rpunix
+
+mkconf
+hp
+tm
+tc
+done
+
+cc -c c.c
+as l.s
+ld -x a.out m40.o c.o ../lib1 ../lib2
+: as data.s l.s
+: ld -x -r -d a.out m45.o c.o ../lib1 ../lib2
+: nm -ug
+: sysfix a.out x
+: mv x a.out
+cmp a.out /hpunix
+cp a.out /hpunix
+
+rm mkconf c.c l.s a.out *.o
+: rm sysfix