Artifact 56bc87db0e0d1d16587dd2caf0158e2283376728351dd8ec483f66f01a59781d:


#!/bin/csh -f

# Compile a package set.

# Author: Anthony C. Hearn.

$reduce/reduce.$lisp >>& $reduce/log/remake.log << EOF

symbolic;

!*argnochk := t;

if getenv "lisp" eq "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 system "touch $reduce/lisp/$lisp/$MACHINE/mkreduce";

bye;
EOF


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]