From 586bdb0c1216eb2bf35334b0f124a9c3598de160 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 18 Aug 2015 10:44:50 +0200 Subject: Do not fail if building test/ fails (issues with parallel builds) Git-Dch: ignore --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0393b424f..7680f0842 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,8 @@ all headers library clean veryclean binary program doc manpages docbook test upd $(MAKE) -C dselect $@ $(MAKE) -C doc $@ $(MAKE) -C po $@ - $(MAKE) -C test $@ + # FIXME: -C test has issue swith parallel builds, investigate! + -$(MAKE) -C test $@ fast: $(MAKE) -C vendor all -- cgit v1.2.3