diff mbox

[committed] Fix comment about RUNTESTFLAGS and parallelization

Message ID CAKdteObjgCx=ZEU6d4KJbrPohLTHvrTkaCR+7w=u=G+S+X0pYQ@mail.gmail.com
State New
Headers show

Commit Message

Christophe Lyon Oct. 13, 2014, 2:01 p.m. UTC
Hi,

After Jakub's pre-approval
https://gcc.gnu.org/ml/gcc/2014-10/msg00084.html

I have committed the small attached patch as r216147.

2014-10-13  Christophe Lyon  <christophe.lyon@linaro.org>

        * Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no
        longer impact parallelization.

Christophe.
diff mbox

Patch

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	(revision 216146)
+++ gcc/Makefile.in	(revision 216147)
@@ -3632,10 +3632,9 @@ 
 		$(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