axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] debugsys


From: Gabriel Dos Reis
Subject: [Axiom-developer] debugsys
Date: 02 Oct 2006 12:02:11 -0500

Tim,

this patchlet fixes a couple of misplaced parenthesis in
interp/debugsys that are causing unwarranted messages.

Furthermore, the build should be aborted instead of being carried on
(as currently done) when the preconditions are not satisfied.

Applied to build-improvements; queued for silver.

-- Gaby

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

        * debugsys.lisp.pamphlet: Fix misplaced parenthesis.

*** debugsys.lisp.pamphlet      (revision 15873)
--- debugsys.lisp.pamphlet      (local)
*************** constructed so the compiler can skip arg
*** 56,65 ****
   (format t "The AXIOM shell variable must be set~%")
   (format t "The likely value is axiom/mnt/linux~%"))
  (unless (system:getenv "SYS")   
!  (format t "The SYS shell variable must be set~%")) 
   (format t "The likely value is linux~%"))
! (unless (system:getenv "DAASE"))
!  (format t "The DAASE shell variable must be set~%"))
   (format t "The likely value is axiom/mnt/linux~%"))
  (trace load)
  #+:GCL
--- 56,65 ----
   (format t "The AXIOM shell variable must be set~%")
   (format t "The likely value is axiom/mnt/linux~%"))
  (unless (system:getenv "SYS")   
!  (format t "The SYS shell variable must be set~%") 
   (format t "The likely value is linux~%"))
! (unless (system:getenv "DAASE")
!  (format t "The DAASE shell variable must be set~%")
   (format t "The likely value is axiom/mnt/linux~%"))
  (trace load)
  #+:GCL




reply via email to

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