From owner-cvs-all@FreeBSD.ORG Fri Apr 20 06:33:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07C1B16A403; Fri, 20 Apr 2007 06:33:26 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D6AA113C46C; Fri, 20 Apr 2007 06:33:25 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3K6XP3T016128; Fri, 20 Apr 2007 06:33:25 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3K6XPjr016127; Fri, 20 Apr 2007 06:33:25 GMT (envelope-from fjoe) Message-Id: <200704200633.l3K6XPjr016127@repoman.freebsd.org> From: Max Khon Date: Fri, 20 Apr 2007 06:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make GNode.h make.c targ.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 06:33:26 -0000 fjoe 2007-04-20 06:33:25 UTC FreeBSD src repository Modified files: usr.bin/make GNode.h make.c targ.c Log: Improve logging when -dm is specified: if the node is considered out-of-date print not only "modified before source" message but also the path of youngest source. Revision Changes Path 1.5 +1 -0 src/usr.bin/make/GNode.h 1.39 +5 -8 src/usr.bin/make/make.c 1.42 +1 -0 src/usr.bin/make/targ.c