Explorar o código

Do not fail if building test/ fails (issues with parallel builds)

Git-Dch: ignore
Michael Vogt %!s(int64=11) %!d(string=hai) anos
pai
achega
586bdb0c12
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
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