mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3269 Improve make -j n support
X-SVN-Rev: 14672
This commit is contained in:
parent
fab44fed99
commit
f92435045d
2 changed files with 2 additions and 6 deletions
|
@ -24,9 +24,6 @@ subdir = .
|
|||
|
||||
AUTOCONF = @AUTOCONF@
|
||||
|
||||
## Platform-specific setup
|
||||
include @platform_make_fragment@
|
||||
|
||||
## Optional directory setup
|
||||
@EXTRAS_TRUE@EXTRA = extra
|
||||
@EXTRAS_FALSE@EXTRA =
|
||||
|
@ -77,6 +74,7 @@ clean: clean-recursive-with-twist clean-local
|
|||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: all check-recursive check-local
|
||||
check-recursive: all
|
||||
|
||||
ifeq ($(DOXYGEN),)
|
||||
doc:
|
||||
|
|
|
@ -10,9 +10,6 @@ top_builddir = ..
|
|||
|
||||
include $(top_builddir)/icudefs.mk
|
||||
|
||||
## Platform-specific setup
|
||||
include @platform_make_fragment@
|
||||
|
||||
## Build directory information
|
||||
subdir = test
|
||||
|
||||
|
@ -42,6 +39,7 @@ clean: clean-recursive clean-local
|
|||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: everything check-recursive check-local
|
||||
check-recursive: all-recursive
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
|
Loading…
Add table
Reference in a new issue