Waldek Hebisch <[EMAIL PROTECTED]> writes: | 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
Yes, please check it in wioth a ChangeLog entry. Thanks! -- Gaby _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
