Received: by mail.netbsd.org (Postfix, from userid 605) id CA85185F3D; Thu, 29 Sep 2016 20:08:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37F7885F38 for ; Thu, 29 Sep 2016 20:08:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NbtSlOW-X3Qi for ; Thu, 29 Sep 2016 20:08:25 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D84D885E79 for ; Thu, 29 Sep 2016 20:08:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8F27FBD2; Thu, 29 Sep 2016 20:08:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 29 Sep 2016 20:08:25 +0000 From: "Valeriy E. Ushakov" Subject: CVS commit: src/external/gpl3/gcc/usr.bin/backend To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160929200825.C8F27FBD2@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Valeriy E. Ushakov" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: uwe Date: Thu Sep 29 20:08:25 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Run configure with MAKE=${TOOL_GMAKE:Q} - otherwise "checking dependency style" test fails on non-netbsd hosts where nbmake can't find share/mk. Ok phone@ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/external/gpl3/gcc/usr.bin/backend/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.