Artifact 605573f3f7caf0d625880bced315f35dbbd6f5c8722e5134a745c75b944900bf:
- Executable file
r37/lisp/csl/util/patchup.red
— 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: 600) [annotate] [blame] [check-ins using] [more...]
% 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;