mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-8936 Fix check-exhaustive in main Makefile
X-SVN-Rev: 30967
This commit is contained in:
parent
9ba9b4ad4e
commit
eb1d80034f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue