mirror of
https://github.com/PDP-10/its.git
synced 2026-01-25 19:56:53 +00:00
Place built image files in separate directories for each target.
Also move generated CONFIG > and SYSHST > files from the "src" directory to "out". This facilitates parallel builds, and deploying image files.
This commit is contained in:
committed by
Eric Swenson
parent
5be5d506b9
commit
fa46ff4e4c
@@ -2,8 +2,8 @@ set cpu its
|
||||
set cpu 512k
|
||||
set pd off
|
||||
at ptr bin/ka10/boot/dskdmp.rim
|
||||
at mta0 out/sources.tape
|
||||
at dpa0 out/rp03.2
|
||||
at dpa1 out/rp03.3
|
||||
at mta0 out/sims/sources.tape
|
||||
at dpa0 out/sims/rp03.2
|
||||
at dpa1 out/sims/rp03.3
|
||||
set dpa noheaders
|
||||
b ptr
|
||||
|
||||
@@ -5,7 +5,7 @@ set pd off
|
||||
at ptr bin/ka10/boot/dskdmp.rim
|
||||
set mta mpx=7
|
||||
set mta type=b
|
||||
at dpa0 out/rp03.2
|
||||
at dpa1 out/rp03.3
|
||||
at dpa0 out/sims/rp03.2
|
||||
at dpa1 out/sims/rp03.3
|
||||
set dpa noheaders
|
||||
b ptr
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
set build [pwd]/build
|
||||
set out "out/$env(EMULATOR)"
|
||||
set emulator_escape "\005"
|
||||
|
||||
proc start_salv {} {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
set cpu its
|
||||
set cpu 512k
|
||||
at ptr bin/ka10/boot/magdmp.rim
|
||||
at mta0 out/magdmp.tap
|
||||
at mta5 out/ka-minsys.tape
|
||||
at dpa0 out/rp03.2
|
||||
at dpa1 out/rp03.3
|
||||
at mta0 out/sims/magdmp.tap
|
||||
at mta5 out/sims/ka-minsys.tape
|
||||
at dpa0 out/sims/rp03.2
|
||||
at dpa1 out/sims/rp03.3
|
||||
set dpa headers
|
||||
b ptr
|
||||
|
||||
@@ -5,8 +5,8 @@ set cpu mpx
|
||||
set pd off
|
||||
set dpy enabled
|
||||
at ptr bin/ka10/boot/dskdmp.rim
|
||||
at dpa0 out/rp03.2
|
||||
at dpa1 out/rp03.3
|
||||
at dpa0 out/sims/rp03.2
|
||||
at dpa1 out/sims/rp03.3
|
||||
set mta mpx=7
|
||||
set mta type=b
|
||||
set dt mpx=6
|
||||
|
||||
Reference in New Issue
Block a user