From 1bb26d9206073b13e7daae9b6ae8cc58db58fe2d Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Tue, 6 Mar 2018 10:39:31 -0800 Subject: [PATCH] Resolves #704. Causes newly created lisp to name dumped image as SYS; PURQIO 2154 rather than SYS; PURQIO 1. The ITS convention is to have the PURQIO version number match the version of the Lisp dumped. --- build/build.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.tcl b/build/build.tcl index 93583e72..67bceccf 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -676,7 +676,7 @@ respond "*" ":job lisp\r" respond "*" ":load .temp.;*lisp bin\r" respond "*" "\033g" respond "*" "purify\033g" -respond "*" ":pdump sys;purqio >\r" +respond "*" ":pdump sys;purqio 2154\r" respond "*" ":kill\r" respond "*" ":link sys;ts lisp,sys:purqio >\r"