From de4f005c76d28b0120c37b3e800ea79c9ff503a1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 24 Dec 2016 07:32:26 +0100 Subject: PORTING: Fix incorrect prelude compilation command. --- cl-support/PORTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cl-support') diff --git a/cl-support/PORTING b/cl-support/PORTING index 2114be5..2073d22 100644 --- a/cl-support/PORTING +++ b/cl-support/PORTING @@ -36,7 +36,7 @@ Here are the steps involved in porting to a new Common Lisp implementation. helpful to capture all the messages in a dribble file to make it easier to verify that everything went OK. -(4) Try compiling the prelude using (compile/prelude *prelude-unit*). +(4) Try compiling the prelude using (compile/compile *prelude-unit-filename*). You need to create a subdirectory in the progs/prelude directory to hold the output files, and define $PRELUDEBIN to point at this directory (see the haskell-setup script). -- cgit v1.2.3