From: Michal Privoznik Date: Mon, 6 May 2019 14:19:22 +0000 (+0200) Subject: lib: Build sources before running 'check-access' X-Git-Tag: v5.4.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ab91b61a32a6acdddd39b43f4c931c0021ed7f;p=thirdparty%2Flibvirt.git lib: Build sources before running 'check-access' If the source tree was freshly configured and no objects are built yet then 'make check-access' has no test to run. Build the sources beforehand. Signed-off-by: Michal Privoznik --- diff --git a/Makefile.am b/Makefile.am index eba5916352..0d8bb733e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,7 @@ srpm: clean check-local: all tests -check-access: +check-access: all @($(MAKE) $(AM_MAKEFLAGS) -C tests check-access) MAINTAINERCLEANFILES = .git-module-status