Received: by mail.netbsd.org (Postfix, from userid 0) id 19C8863B199; Sun, 13 Dec 2009 09:27:15 +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 C00CB63B10D for ; Sun, 13 Dec 2009 09:27:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC7C9175DD; Sun, 13 Dec 2009 09:27:13 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 13 Dec 2009 09:27:13 +0000 From: matthew green Subject: CVS commit: src/compat To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091213092713.AC7C9175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: mrg Date: Sun Dec 13 09:27:13 UTC 2009 Modified Files: src/compat: Makefile Added Files: src/compat: archdirs.mk compatsubdir.mk Log Message: - move the per-platform subdir list into archdirs.mk - move the per-ABI subdir list into compatsubdir.mk. use the new MAKEDIRTARGETENV support to force a new objdir for compat library builds, and simply traverse over the normal src path once for each ABI to be built. this eliminates all the shadow Makefile's for every library, and allows multiple compat ABIs to be built for a single platform, such as both o32 and n64 for mips64's default n32. - compat/Makefile is merely a subdir provider now, and takes the real information from archdirs.mk To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/compat/Makefile cvs rdiff -u -r0 -r1.1 src/compat/archdirs.mk src/compat/compatsubdir.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.