From owner-cvs-all@FreeBSD.ORG Sat Apr 23 04:46:49 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541BE16A4CE; Sat, 23 Apr 2005 04:46:49 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5071643D55; Sat, 23 Apr 2005 04:46:48 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j3N4oDoD039323; Sat, 23 Apr 2005 07:50:13 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 10223-09; Sat, 23 Apr 2005 07:46:46 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j3N4oCLv039320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 23 Apr 2005 07:50:12 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3N4jV9v082396; Sat, 23 Apr 2005 07:45:31 +0300 (EEST) (envelope-from ru) Date: Sat, 23 Apr 2005 07:45:31 +0300 From: Ruslan Ermilov To: Warner Losh Message-ID: <20050423044531.GA10314@ip.net.ua> References: <20050422200341.GA23926@ip.net.ua> <1b042838f6396ae9665fcb2f41f1c9a7@xcllnt.net> <20050422201615.GD23926@ip.net.ua> <20050422.151334.08362499.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20050422.151334.08362499.imp@bsdimp.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: marcel@xcllnt.net Subject: Re: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 23 Apr 2005 04:46:49 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 22, 2005 at 03:13:34PM -0600, Warner Losh wrote: [...] > > Nope. We only regenerate .depend when its dependencies are > > changed. For bsd.prog.mk, this means that .depend is only > > regenerated when some of ${SRCS} are changed (but this does > > NOT cover headers these ${SRCS} include, and some of these > > headers may disappear). > >=20 > > To put it differently: when a header disappears, the breakage > > is not at the "make depend" stage (which doesn't do anything), > > but at a later "make all" stage. > >=20 > > I personally fail to see how this can be solved... :-( >=20 > If make depend rebuilds the .depend file, then make depend && make > will work. >=20 Correct, but "make depend" followed by "make depend" shouldn't rebuild the .depend file, so .depend file should depend on something too. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCadLrqRfpzJluFF4RAkKgAKCZOVoW/fdfWO4jyx6yTvibEfzhdwCffjsL rCn2f186qCLxnC17K2dPnS8= =Qv63 -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--