1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-03 10:22:59 +00:00

Provide separate SYSTEM; CONFIG files for SIMH and KLH10.

This commit is contained in:
Lars Brinkhoff
2016-11-24 10:52:41 +01:00
parent 95d3233e00
commit 108207ab82
4 changed files with 1173 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*~
/out
/build/klh10/stamp
/src/system/config.*

View File

@@ -22,6 +22,8 @@ out/minsys.tape: $(ITSTAR)
out/sources.tape: $(ITSTAR)
mkdir -p out
rm -f src/system/config.*
cp build/$(EMULATOR)/config.* src/system
rm -f src/*/*~
cd src; $(ITSTAR) -cf ../$@ $(SRC)
cd doc; $(ITSTAR) -rf ../$@ $(DOC)

1170
build/simh/config.202 Normal file

File diff suppressed because it is too large Load Diff