Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZDWindld; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1fmKNc+q Received: by mail.netbsd.org (Postfix, from userid 605) id 7FBE584D68; Fri, 26 Apr 2024 17:11:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714151484; bh=Wtd45hO/1tDP6H086lEZ9KynnfD/f7rOo1UYFwHHZBA=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=ZDWindldaz/ADkv4/AfxCBeb2ATlzRSnUAYtVNRtS9CeCPesTX1OcpB9zvpbBgoFv BGfZAWaDmLUfs0XHQtRPT79RT2mciokHJ5mPdLdbqTtBErrDXtnSSxwhPuu2bhix0e ZmlHBfH4JI9i3a7YkkDRl6DYTZRsHVYlCnryiuTY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6926984D5F for ; Fri, 26 Apr 2024 17:11:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 W4KTrTR8G4vb for ; Fri, 26 Apr 2024 17:11:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 06FFA84D44 for ; Fri, 26 Apr 2024 17:11:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714151483; bh=Wtd45hO/1tDP6H086lEZ9KynnfD/f7rOo1UYFwHHZBA=; h=Date:From:Subject:To:Reply-To; b=1fmKNc+quisaj1AFTnj+fFEwXjQG8ctcnsTS9mt481G56CSEVvFHSwOSmaTzNoy7d XXJk+6zDZY0o/0ttRHXLv7sis3saXkbLH8I5Y05Rjkiyn6HP95GEb8KpSsOpN7TCsP grqmJrO3BenhBpFriZvL7Zn88XxZ4eK1GfbBovxA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC18EFA2C; Fri, 26 Apr 2024 17:11:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 17:11:22 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/make To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240426171122.EC18EFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Fri Apr 26 17:11:22 UTC 2024 Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: opt-debug-errors-jobs.exp Log Message: make: in parallel mode, print the directory in which a job failed When multiple targets run in parallel, the "stopped in" line may be several lines away from the "Failed target" line, making them hard to correlate. To generate a diff of this commit: cvs rdiff -u -r1.468 -r1.469 src/usr.bin/make/job.c cvs rdiff -u -r1.4 -r1.5 \ src/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.