From eb1d80034f27c0cbfd971ca95ba6c15af8b3dea9 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 15 Nov 2011 17:22:33 +0000 Subject: [PATCH] ICU-8936 Fix check-exhaustive in main Makefile X-SVN-Rev: 30967 --- icu4c/source/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/Makefile.in b/icu4c/source/Makefile.in index d18fa43a109..18bb0e7ccf4 100644 --- a/icu4c/source/Makefile.in +++ b/icu4c/source/Makefile.in @@ -69,7 +69,7 @@ install-recursive clean clean-local clean-recursive distclean \ distclean-local distclean-recursive doc dist dist-local dist-recursive \ check check-local check-recursive clean-recursive-with-twist install-icu \ doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \ -check-exhaustive check-exhaustive-recursive +check-exhaustive check-exhaustive-local check-exhaustive-recursive ## Clear suffix list .SUFFIXES : @@ -86,6 +86,8 @@ xcheck: all xcheck-recursive xperf: all xperf-recursive check-exhaustive: all check-exhaustive-recursive +check-exhaustive-local: check-local + xcheck-recursive: all xcheck-local @$(MAKE) -C test xcheck -- 2.40.0