File r38/lisp/csl/util/package.sh artifact 5695fc2d55 part of check-in 9992369dd3


#! /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




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