axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] def.lisp


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] def.lisp
Date: 28 Oct 2006 00:45:38 +0200

Gabriel Dos Reis <address@hidden> writes:

| Tim --
| 
|   def.lisp is loaded twice into debugsys.

This patch -- applied to build-improvements -- removes the duplicate
load.

Built and tested on an x86-suse-linux.

-- Gaby

2006-10-26  Gabriel Dos Reis  <address@hidden>

        * debugsys.lisp.pamphlet (build-interpsys): Load def.lisp only once.

*** debugsys.lisp.pamphlet      (revision 15151)
--- debugsys.lisp.pamphlet      (local)
*************** loaded by hand we need to establish a va
*** 192,198 ****
      (thesymb "/int/interp/patches.lisp")))
    (list
      (thesymb "/int/interp/bootlex.lisp")
-     (thesymb "/int/interp/def.lisp")
      (thesymb "/int/interp/fnewmeta.lisp")
      (thesymb "/int/interp/metalex.lisp")
      (thesymb "/int/interp/metameta.lisp")
--- 192,197 ----




reply via email to

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