ICU-3269 Improve make -j n support

X-SVN-Rev: 14672
This commit is contained in:
George Rhoten 2004-03-11 06:44:56 +00:00
parent fab44fed99
commit f92435045d
2 changed files with 2 additions and 6 deletions

View file

@ -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:

View file

@ -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: