Artifact 5695fc2d559e7e2151aeefe11e357e6b9113e0451a4542d6f73f2b908c8bec66:
- Executable file
r38/lisp/csl/util/package.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: 360) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # package --- Recompile just one package of REDUCE # Author: Arthur C Norman # 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 ./r38 -Dno_init_file -Dtarget=$1 $srcdir/../util/package.red -D@srcdir=$srcdir -- log/$1.log