#!/bin/csh # # build-prelude -- recompile the prelude, saving the old one as old-prelude.* # # cd $Y2 setenv PRELUDEBIN $Y2/progs/prelude/lispworks if (-e $PRELUDEBIN/Prelude.wfasl) then rm $PRELUDEBIN/old* foreach i ($PRELUDEBIN/Prelude*.{wfasl,scm}) mv $i $PRELUDEBIN/old-$i:t end endif $LISPWORKS <