File r37/lisp/csl/util/patchup.red artifact 605573f3f7 part of check-in a57e59ec0d



% This script ensures that REDUCE has the most recent set of
% patches applied. It cab be used in two manners

% (a) Have the REDUCE binary directory selected as current, and go just
%         r37 patchup.red
%     This relies on being located within the REDUCE source tree.
%
% (b) Being in some other directory where you often use REDUCE and
%     issuing the command
%         r37 (wherever)/patchup.red -D@reduce="path-to-reduce-tree"
%     This will put the compiled patches in your local directory.

lisp;

load!-module 'remake;

ensure_patches_are_up_to_date();

end;




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