Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5D49C63B879 for ; Tue, 28 Jul 2009 06:55:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0D18A63B1C0; Tue, 28 Jul 2009 06:55:26 +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 43BCB63B179 for ; Tue, 28 Jul 2009 06:55:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 19FC5175D0; Tue, 28 Jul 2009 06:55:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 28 Jul 2009 06:55:24 +0000 From: Roland Illig Subject: CVS commit: pkgsrc/mk/compiler To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20090728065525.19FC5175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: rillig Date: Tue Jul 28 06:55:24 UTC 2009 Modified Files: pkgsrc/mk/compiler: gcc.mk Log Message: Did you know that the := operator behaves funnily? Example: exclam != echo ${DEFINED_LATER:Q} value colon := ${DEFINED_LATER} value DEFINED_LATER = later show: @echo ${exclam} @echo ${colon} Don't expect them to be the same. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 pkgsrc/mk/compiler/gcc.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.