axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [build-improvements] fix boottoclc description


From: Gabriel Dos Reis
Subject: [Axiom-developer] [build-improvements] fix boottoclc description
Date: 15 Nov 2006 09:19:57 +0100

boottoclc translates .boot files to .clisp files (and not .oclisp).

-- Gaby
2006-11-15  Gabriel Dos Reis  <address@hidden>

        * ptyout.boot.pamphlet (boottoclc): Fix description to match
        implementation. 
        * Makefile.pamphlet: Likewise.
        (BOOT_TO_LISP): Use boottran::boottoclc.

*** src/boot/Makefile.pamphlet  (revision 16870)
--- src/boot/Makefile.pamphlet  (local)
*************** table.
*** 902,908 ****
  \begin{verbatim}  
  (boottoclc "filename")
  translates the file "filename.boot" to
! the common lisp file "filename.oclisp" 
  with the original boot code as comments
  \end{verbatim} 
   
--- 902,908 ----
  \begin{verbatim}  
  (boottoclc "filename")
  translates the file "filename.boot" to
! the common lisp file "filename.clisp" 
  with the original boot code as comments
  \end{verbatim} 
   
*** src/boot/ptyout.boot.pamphlet       (revision 16870)
--- src/boot/ptyout.boot.pamphlet       (local)
*************** shoeClLines(a,fn,lines,outfn)==
*** 107,113 ****
         shoeConsole CONCAT(outfn,'" PRODUCED")
   
  -- (boottoclc "filename") translates the file "filename.boot" to
! -- the common lisp file "filename.oclisp" with the original boot
  -- code as comments
   
  BOOTTOCLC fn==BOOTTOCLCLINES(nil,fn)
--- 107,113 ----
         shoeConsole CONCAT(outfn,'" PRODUCED")
   
  -- (boottoclc "filename") translates the file "filename.boot" to
! -- the common lisp file "filename.clisp" with the original boot
  -- code as comments
   
  BOOTTOCLC fn==BOOTTOCLCLINES(nil,fn)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]