Artifact 1c0da85b4a1c4b59266056338a9dcb527d9bd364cb326e8922a845dfa33699bf:
- Executable file
r38/util/remake2.dat
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 724) [annotate] [blame] [check-ins using] [more...]
% remake2.dat -- support for remake2 script. % Author: Anthony C. Hearn. symbolic; !*argnochk := t; on gc; if getenv "lisp" = "psl" then <<load compiler; errorset('(load compat),nil,nil); % PSL compiler REDUCE support. on verboseload>>; if not getd 'package!-remake2 then load remake; package!-remake2(prolog_file,'support); package!-remake2(rend_file,'support); package!-remake2('entry,'support); package!-remake2('remake,'support); package!-remake2('patches,'support); % See if REDUCE core image needs remaking. if !*faslp then <<old := wrs(ofil:= open("$reduce/lisp/$lisp/$MACHINE/mkreduce", 'output)); print nil; wrs old; close ofil>>; bye;