summaryrefslogtreecommitdiff
path: root/cl-support
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-12-24 07:32:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2016-12-24 07:32:26 +0100
commitde4f005c76d28b0120c37b3e800ea79c9ff503a1 (patch)
tree18950fb2f8b7068edc6e8a1e8862752e7a914cbd /cl-support
parente33a7cecfa52959cf4f88132dc01f28fc0eb900c (diff)
PORTING: Fix incorrect prelude compilation command.
Diffstat (limited to 'cl-support')
-rw-r--r--cl-support/PORTING2
1 files changed, 1 insertions, 1 deletions
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).