Received: by mail.netbsd.org (Postfix, from userid 605) id 8A09284DB9; Mon, 18 Apr 2022 14:11:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B30DE84D72 for ; Mon, 18 Apr 2022 14:11:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lVoC7ZEQxG0p for ; Mon, 18 Apr 2022 14:11:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5159684D5F for ; Mon, 18 Apr 2022 14:11:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A70BFB19; Mon, 18 Apr 2022 14:11:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Apr 2022 14:11:44 +0000 From: "Joseph Koshy" Subject: CVS commit: src/tools/elftoolchain To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220418141144.4A70BFB19@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Joseph Koshy" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jkoshy Date: Mon Apr 18 14:11:44 UTC 2022 Modified Files: src/tools/elftoolchain: Makefile Added Files: src/tools/elftoolchain/libdwarf: Makefile src/tools/elftoolchain/libelf: Makefile Log Message: Build 'libelf' and 'libdwarf' under 'tools/elftoolchain', after 'tools/elftoolchain/common' has been built. This change aligns the 'tools' build with the regular build. Subsequent commits will change 'tools/libctf' and 'tools/cft{merge,convert}' to use the new build paths. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/elftoolchain/Makefile cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/libdwarf/Makefile cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/libelf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.