Artifact 28a8a452ec226a6d199f8fdcebbfe2c37943ff5888a59a79d876374100394388:
- Executable file
r38/lisp/csl/util/boot38.sh
— 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: 480) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # boot38 --- Build REDUCE 3.8 under Linux/Unix etc using CSL. # Author: Arthur C Norman # This takes around 4 minutes on a P6-400 or 30 secs on an Athlon64 3200+ # This script may be passed a directory as arg1, but if not it expects # to find my source files in "../cslbase" if test -n "$1" then srcdir="$1" else srcdir=../cslbase fi unset reduce ./slowr38 -w -z -g -Dno_init_file $srcdir/../util/build38.lsp -D@srcdir=$srcdir -- log/boot38.log # end of script