From b708755fbe68b7ee05e3ff6d349f9eba26b73bcd Mon Sep 17 00:00:00 2001 From: clyon Date: Mon, 13 Oct 2014 13:56:34 +0000 Subject: [PATCH] 2014-10-13 Christophe Lyon gcc/ * Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no longer impact parallelization. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216147 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e4c791fb872..131617c06ba 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3632,10 +3632,9 @@ check_p_subdirs=$(wordlist 1,$(check_p_count),$(wordlist 1, \ $(check_p_numbers))) # For parallelized check-% targets, this decides whether parallelization -# is desirable (if -jN is used and RUNTESTFLAGS doesn't contain anything -# but optional --target_board or --extra_opts arguments). If desirable, -# recursive make is run with check-parallel-$lang{,1,2,3,4,5} etc. goals, -# which can be executed in parallel, as they are run in separate directories. +# is desirable (if -jN is used). If desirable, recursive make is run with +# check-parallel-$lang{,1,2,3,4,5} etc. goals, which can be executed in +# parallel, as they are run in separate directories. # check-parallel-$lang{,1,2,3,4,5} etc. goals invoke runtest with # GCC_RUNTEST_PARALLELIZE_DIR var in the environment and runtest_file_p # dejaGNU procedure is overridden to additionally synchronize through -- 2.11.4.GIT