mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
nptl: Use .NOTPARALLEL in Makefile only if actually running tests
It is safe to build the tests in parallel. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
27d83441a2
commit
7e56088050
@ -693,7 +693,9 @@ tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so
|
||||
|
||||
CFLAGS-tst-unwind-thread.c += -funwind-tables
|
||||
|
||||
# The tests here better do not run in parallel
|
||||
# The tests here better do not run in parallel.
|
||||
ifeq ($(run-built-tests),yes)
|
||||
ifneq ($(filter %tests,$(MAKECMDGOALS)),)
|
||||
.NOTPARALLEL:
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user