From owner-cvs-src@FreeBSD.ORG Fri Apr 22 21:16:26 2005 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 21C7F16A4CE; Fri, 22 Apr 2005 21:16:26 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D5043D46; Fri, 22 Apr 2005 21:16:25 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3MLEUV1044537; Fri, 22 Apr 2005 15:14:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Apr 2005 15:14:30 -0600 (MDT) Message-Id: <20050422.151430.21889611.imp@bsdimp.com> To: marcel@xcllnt.net From: Warner Losh In-Reply-To: References: <1b042838f6396ae9665fcb2f41f1c9a7@xcllnt.net> <20050422201615.GD23926@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c 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: Fri, 22 Apr 2005 21:16:26 -0000 > Would this problem be solved if mkdep(1) created lines like: > > foo.o .depend: foo.c inc1.h inc2.h > > or equivalent? > > Would something else break if we do that? Justin's patches post-process .depend to do exactly this. Warner