From owner-cvs-src@FreeBSD.ORG Tue Sep 7 15:27:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA5316A4CE; Tue, 7 Sep 2004 15:27:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A9A43D5C; Tue, 7 Sep 2004 15:27:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i87FRAl3032991; Tue, 7 Sep 2004 15:27:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i87FRAtu032990; Tue, 7 Sep 2004 15:27:10 GMT (envelope-from imp) Message-Id: <200409071527.i87FRAtu032990@repoman.freebsd.org> From: Warner Losh Date: Tue, 7 Sep 2004 15:27:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 src/share/mk bsd.subdir.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 15:27:11 -0000 imp 2004-09-07 15:27:10 UTC FreeBSD src repository Modified files: . Makefile.inc1 share/mk bsd.subdir.mk Log: [[ Forced commit due to fumble with the file used to commit with. cvsgNMRSs vs cvsg4JFe3 :-( ]] When recursing, print the target name as well as the subdirectory. This changes the output a little, but appears to break no scripts. These changes should make the debugging of build problems easier, as well as explain why it appears things build 4 times (they don't, really, since there's obj, depend, all and install). I've been running these changes, or variations on them, for about 2 years. Reviewed by: arch@ (des, markm, koshy, marcel, scottl) Revision Changes Path 1.445 +0 -0 src/Makefile.inc1 1.47 +0 -0 src/share/mk/bsd.subdir.mk