From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- com/lucid/build-prelude | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 com/lucid/build-prelude (limited to 'com/lucid/build-prelude') diff --git a/com/lucid/build-prelude b/com/lucid/build-prelude new file mode 100755 index 0000000..aee2274 --- /dev/null +++ b/com/lucid/build-prelude @@ -0,0 +1,36 @@ +#!/bin/csh +# +# build-prelude -- recompile the prelude, saving the old one as old-prelude.* +# +# +cd $Y2 +setenv PRELUDEBIN $Y2/progs/prelude/lucid +if (-e $PRELUDEBIN/Prelude.sbin) then + rm $PRELUDEBIN/old* + foreach i ($PRELUDEBIN/Prelude*.{sbin,scm}) + mv $i $PRELUDEBIN/old-$i:t + end + endif +$LUCID <