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

Workaround for bad EMACS timestamps.

Also make the build script ensure that EMACS; [PURE], [PRFY], and
EINIT are built.
This commit is contained in:
Lars Brinkhoff
2018-06-16 18:37:14 +02:00
parent b208094099
commit e381396120
2 changed files with 6 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ $(OUT)/ka-minsys.tape: $(ITSTAR)
$(OUT)/sources.tape: $(ITSTAR) build/$(EMULATOR)/stamp $(OUT)/syshst/$(H3TEXT)
mkdir -p $(OUT)
rm -f src/*/*~
touch -d 1981-10-06T19:03:37 'bin/emacs/einit.:ej'
touch -d 1981-09-19T21:42:56 'bin/emacs/[pure].162'
touch -d 1981-03-31T20:41:45 'bin/emacs/[prfy].173'
cd src; $(ITSTAR) -cf ../$@ $(SRC)
cd doc; $(ITSTAR) -rf ../$@ $(DOC)
cd bin; $(ITSTAR) -rf ../$@ $(BIN)

View File

@@ -12,7 +12,9 @@ respond "*" ":link sys3;ts teco,.teco.;tecpur >\r"
respond "*" ":link sys2;ts emacs,emacs;ts >\r"
respond "*" ":emacs\r"
respond "EMACS Editor" "\033xrun\033einit\033? Generate\r"
expect -timeout 2000 "EINIT"
expect -timeout 1000 -exact { -> DSK: EMACS; [PURE]}
expect -timeout 1000 -exact { -> DSK: EMACS; [PRFY]}
expect -timeout 1000 -exact { -> DSK: EMACS; EINIT}
respond ":EJ" "\033xgenerate\033emacs;aux\033emacs1;aux\r"
respond ":EJ" "\030\003"
respond "*" ":kill\r"