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/cmu/build-prelude | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 com/cmu/build-prelude (limited to 'com/cmu/build-prelude') diff --git a/com/cmu/build-prelude b/com/cmu/build-prelude new file mode 100755 index 0000000..68d2621 --- /dev/null +++ b/com/cmu/build-prelude @@ -0,0 +1,32 @@ +#!/bin/csh +# +# build-prelude -- recompile the prelude, saving the old one as old-prelude.* +# +# +cd $Y2 +setenv PRELUDEBIN $Y2/progs/prelude/cmu +if (-e $PRELUDEBIN/Prelude.sparcf) then + rm $PRELUDEBIN/old* + foreach i ($PRELUDEBIN/Prelude*.{scm,sparcf}) + mv $i $PRELUDEBIN/old-$i:t + end + endif +$CMUCL <