diff --git a/build/build.tcl b/build/build.tcl index 64c0d52f..5f3333ab 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -1058,14 +1058,9 @@ respond "*" ":link sys;ts dec\021 *,must; be here\r" respond "*" ":midas decsys;_decbot\r" expect ":KILL" -# Need to login as user GAMES to build Fortran files in that directory. -respond "*" ":logout\r" -respond "SYSTEM JOB USING THIS CONSOLE" "\032" -respond "Fair share" ":login games\r" -sleep 1 - # Compile ADVENT and dump it out with DECUUO. -type ":dec sys:f40\r" +respond "*" ":cwd games\r" +respond "*" ":dec sys:f40\r" respond "*" "advent=advent\r" respond "CORE USED" "\032" type ":kill\r" @@ -1078,12 +1073,6 @@ respond "Command:" "d" respond "*" ":pdump sys3; ts advent\r" respond "*" ":kill\r" -respond "*" ":logout\r" -respond "SYSTEM JOB USING THIS CONSOLE" "\032" -respond "Fair share" ":login db\r" -sleep 1 -type ":vk\r" - # ten50 respond "*" ":midas sys3;ts ten50_mrc; ten50\r" expect ":KILL"