Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BBC8071871 for ; Mon, 15 Jul 2013 19:55:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D88C114A1AF; Mon, 15 Jul 2013 19:55:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F4FF14A1AD for ; Mon, 15 Jul 2013 19:55:33 +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 dG0fIw5o1oEh for ; Mon, 15 Jul 2013 19:55:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 902AE14A1AB for ; Mon, 15 Jul 2013 19:55:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 80EE696; Mon, 15 Jul 2013 19:55:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Jul 2013 15:55:31 -0400 From: "Christos Zoulas" Subject: CVS commit: pkgsrc/audio/nas To: pkgsrc-changes@NetBSD.org Reply-To: christos@netbsd.org X-Mailer: log_accum Message-Id: <20130715195531.80EE696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: christos Date: Mon Jul 15 19:55:31 UTC 2013 Modified Files: pkgsrc/audio/nas: Makefile Log Message: remove gmake from TOOLS. NAS uses imake and imake forces the use of /usr/bin/make in all Makefiles. Fixes PR/47933. gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so directory enter and exit events are printed). Imake forces our make to be used, and our make does not understand -w (yet) To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/audio/nas/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.