axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] wrong exit status in build-improvements


From: Waldek Hebisch
Subject: Re: [Axiom-developer] wrong exit status in build-improvements
Date: Mon, 16 Oct 2006 03:47:03 +0200 (CEST)

Gabriel Dos Reis wrote:
> The real fix, is to test for $$fail, NOT $$failcmd.  Notice fail is
> set when --keep is specified.
> 

Yes, like:

--- config/setup-dep.mk (wersja 182)
+++ config/setup-dep.mk (kopia robocza)
@@ -35,7 +35,7 @@
        done; \
        if test "$$dot_seen" = "no"; then \
           $(ENV) $(MAKE) "$$target-ax" || exit 1; \
-       fi; test -z "$$failcmd"
+       fi; test -z "$$fail"
 
 ## Rules to make DVI files from pamphlets
 


-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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