]> granicus.if.org Git - icu/commitdiff
ICU-8936 Fix check-exhaustive in main Makefile
authorMichael Ow <mow@svn.icu-project.org>
Tue, 15 Nov 2011 17:22:33 +0000 (17:22 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Tue, 15 Nov 2011 17:22:33 +0000 (17:22 +0000)
X-SVN-Rev: 30967

icu4c/source/Makefile.in

index d18fa43a109a2b7432dfa842394f8e176272bcf5..18bb0e7ccf41dc3d2c358d506e84422eaf28a4ef 100644 (file)
@@ -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