axiom-developer
[Top][All Lists]
Advanced

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

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


From: Waldek Hebisch
Subject: [Axiom-developer] wrong exit status in build-improvements
Date: Sun, 15 Oct 2006 16:57:26 +0200 (CEST)

Current "Standard boilerplate dependencies" give spurious failure. 
This is caused by the last test commad in $(RECURSIVE_TARGETS).
The following fixed problem for me:


--- 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
 
 ## Rules to make DVI files from pamphlets
 

BTW: Handling of -k option in $(RECURSIVE_TARGETS) looks strange (why
wildcards in the pattern, when we want exact match?).

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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