Received: by mail.netbsd.org (Postfix, from userid 605) id 54E4884D72; Sat, 16 May 2020 10:50:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFFA184D6D for ; Sat, 16 May 2020 10:50:50 +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 EID0C4uPsy8I for ; Sat, 16 May 2020 10:50:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2A14C84D20 for ; Sat, 16 May 2020 10:50:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17B3CFB27; Sat, 16 May 2020 10:50:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158962625068420" MIME-Version: 1.0 Date: Sat, 16 May 2020 10:50:50 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/cross/gcc-mips-current To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516105050.17B3CFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158962625068420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 10:50:50 UTC 2020 Modified Files: pkgsrc/cross/gcc-mips-current: Makefile Log Message: cross/gcc-mips-current: remove no-op SUBST block To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/cross/gcc-mips-current/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158962625068420 Content-Disposition: inline Content-Length: 868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/gcc-mips-current/Makefile diff -u pkgsrc/cross/gcc-mips-current/Makefile:1.17 pkgsrc/cross/gcc-mips-current/Makefile:1.18 --- pkgsrc/cross/gcc-mips-current/Makefile:1.17 Sat Jan 18 23:30:16 2020 +++ pkgsrc/cross/gcc-mips-current/Makefile Sat May 16 10:50:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:16 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2020/05/16 10:50:49 rillig Exp $ GCC_DIST_VERSION= 4.9.2 GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION} @@ -33,12 +33,6 @@ INFO_FILES= yes UNLIMIT_RESOURCES+= datasize UNLIMIT_RESOURCES+= stacksize -SUBST_CLASSES+= vars -SUBST_MESSAGE.vars= Setting target machine name path in ${SUBST_FILES.vars} -SUBST_STAGE.vars= pre-configure -SUBST_FILES.vars= gcc/Makefile.in -SUBST_VARS.vars= GCC_TARGET_MACHINE - .include "../../mk/bsd.prefs.mk" LANGS= c c++ --_----------=_158962625068420--