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