mirror of
https://github.com/PDP-10/its.git
synced 2026-03-09 20:38:23 +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:
3
Makefile
3
Makefile
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user