File r38/util/mkpckge.dat artifact 550b88e619 part of check-in 9992369dd3


% mkpckge.dat -- support for remake script.

symbolic;

on gc;

if getenv "lisp" = "psl"
 then <<load compiler;
	errorset('(load compat),nil,nil); % PSL compiler REDUCE support.
	!*verboseload := t;
	if getenv "package" = "conlaw" % Needs more ID space.
	  then <<print "hah"; load big!-faslend; initcodemax!* := 200>>>>
   else !*savedef := nil;

!*argnochk := t;

load remake;

in "$reduce/package.red"$

package!-remake intern getenv "package";

bye;


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