From 6198526639fcc1fd644f6ca17510c70b4b4eed74 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Fri, 27 Jul 2018 19:29:23 +0100 Subject: [PATCH] Fix WEBSER build. Add HACK; to sources.tape, and add a missing \r to the build command. I've also increased the timeout for MAKE WEBSER to be consistent with what we've done for MUDDLE XFILE; since it's only a single MIDAS invocation at the moment this shouldn't really be necessary. --- Makefile | 2 +- build/misc.tcl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3726660..57898ee7 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \ jim jm jpg macrak maxdoc maxsrc mrg munfas paulw reh rlb rlb% share \ tensor transl wgd zz graphs lmlib pratt quux scheme gsb ejs mudsys \ draw wl taa tj6 budd sharem ucode rvb kldcp math as imsrc gls demo \ - macsym lmcons dmcg + macsym lmcons dmcg hack DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \ chprog sail draw wl pc tj6 share _glpr_ _xgpr_ inquir mudman system \ xfont maxout ucode moon acount alan channa fonts games graphs humor \ diff --git a/build/misc.tcl b/build/misc.tcl index 7937eaa3..dde65f6a 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -311,8 +311,8 @@ expect ":KILL" respond "*" ":link device;tcp syn015,sysbin;datsrv bin\r" # WEBSER -respond "*" ":xfile hack;make webser" -expect "*:kill" +respond "*" ":xfile hack;make webser\r" +expect -timeout 300 "*:kill" # mailt respond "*" ":link sys;ts mailt,sys2;ts emacs\r"