diff options
author | Christophe Lyon <clyon@gcc.gnu.org> | 2014-10-13 15:56:34 +0200 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2014-10-13 15:56:34 +0200 |
commit | 83022253adf8c7fe633399fb0739a07725ddb1d4 (patch) | |
tree | caf7e698b831c12a615621391b1aeebde70d9f4f /gcc/Makefile.in | |
parent | 176dc0927d5abdd444d5121121a7e2df1361c876 (diff) | |
download | gcc-83022253adf8c7fe633399fb0739a07725ddb1d4.zip gcc-83022253adf8c7fe633399fb0739a07725ddb1d4.tar.gz gcc-83022253adf8c7fe633399fb0739a07725ddb1d4.tar.bz2 |
Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no longer impact parallelization.
2014-10-13 Christophe Lyon <christophe.lyon@linaro.org>
gcc/
* Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no
longer impact parallelization.
From-SVN: r216147
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e4c791f..131617c 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 |