This commit is contained in:
Stephan Bergmann 2011-11-25 17:17:19 +01:00
parent f8b7720ca5
commit 8fc420f4fa

View file

@ -62,7 +62,7 @@ check : allcheck
@true
%check:
@ @GNUMAKE@ -f $(dir $(realpath $(firstword $)MAKEFILE_LIST))))/GNUmakefile.mk -r \
@ @GNUMAKE@ -f $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/GNUmakefile.mk -r \
$(if @VERBOSE@,,-s) --jobs="$(if \
$(CHECK_PARALLELISM),$(CHECK_PARALLELISM),@GMAKE_PARALLELISM@)" \
$(patsubst allcheck,check,$@)