From patchwork Mon Oct 13 14:01:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Lyon X-Patchwork-Id: 399181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 02F531400E0 for ; Tue, 14 Oct 2014 01:02:07 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=VjoO1SzQXHI/2XJL9+cwMTrkgjRRxMBXBMdG10tDGVVgpH ZHgCwuAt9FUI7p+nUS9pjjjOSnJMPBqkyHQZ5Pgd+AH1mevp8qM59CxzndR0KW5B L/fsIFTSsVl2BU1ogT3mRCjzHaB3mdMEJ/SLCEexBcJp7nwFatzIqZ0X4qbZQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=HB+qy1cCOf/JeINenYcq7K4aVKw=; b=XqFHMvEspqgGuZ0C+Qhp q+9xuTrVxyCdctxeQDiPYNmqC+H4e94u/69vDLlhzkgyxObBi/suMiGh3ST55Vh9 J3R4AC/9i0yMgPt88/XkHa2Taor+AsTWKk3QV1INJuHrDscklrtqEVfdf0qzEWPp Vghq16zD2pIBrCS2OgDQg8g= Received: (qmail 26431 invoked by alias); 13 Oct 2014 14:02:00 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 26414 invoked by uid 89); 13 Oct 2014 14:01:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f173.google.com Received: from mail-qc0-f173.google.com (HELO mail-qc0-f173.google.com) (209.85.216.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 13 Oct 2014 14:01:56 +0000 Received: by mail-qc0-f173.google.com with SMTP id x13so5003716qcv.32 for ; Mon, 13 Oct 2014 07:01:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=wS1o0nA1fSMo3YCj/Qp0CsXXTGsHk1IAQQiRl/jYv4o=; b=Mou+ILYp2UvBruNiS62CXRGmtgGSKcvy/amroZEsJfzKR4onPuIEHLrz8BgD7ucVAW SX8NySAD5oaUDjbFtg9YJB6Ktdo3hrxlkW1lIzT6/aN2bQB6C3V674+awzG9J8MhASrw 40Cq4p/KczpqtalbU2A46R8B61NQNblwrI1G8AHg4i8HylhS98+rpjIrifxFGunFWjIb NfLcFHs9KH2GfzWkh+ZySvFeFvUvfyDPSoMKGj22W+Y8BK5rvFMMusyrD5gtl9onKGeA DEE1dZiBu/z1LYSBaoF13d1nTxy9HI5gTFFYhtyIOeNsYbGib/O1hYjITHlJEXaSqaJU c3Cg== X-Gm-Message-State: ALoCoQmpXt5wBr++qTP0eKDqmwJqJfKrxHoqMrg9UPhXfeH5yf1GV150Y88rz42QnoD4YEkFC6sN MIME-Version: 1.0 X-Received: by 10.224.60.129 with SMTP id p1mr40418781qah.99.1413208914253; Mon, 13 Oct 2014 07:01:54 -0700 (PDT) Received: by 10.140.86.114 with HTTP; Mon, 13 Oct 2014 07:01:54 -0700 (PDT) Date: Mon, 13 Oct 2014 16:01:54 +0200 Message-ID: Subject: [committed] Fix comment about RUNTESTFLAGS and parallelization From: Christophe Lyon To: "gcc-patches@gcc.gnu.org" X-IsSubscribed: yes 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 * Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no longer impact parallelization. Christophe. 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