From owner-cvs-all@FreeBSD.ORG Fri Apr 6 06:48:29 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 617F416A401; Fri, 6 Apr 2007 06:48:29 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.freebsd.org (Postfix) with ESMTP id 0A54B13C48A; Fri, 6 Apr 2007 06:48:26 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 1362D5DC6; Fri, 6 Apr 2007 10:48:26 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id E2EDA5D7D; Fri, 6 Apr 2007 10:48:25 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id l366lpSv029755; Fri, 6 Apr 2007 10:47:51 +0400 (MSD) (envelope-from ru) Date: Fri, 6 Apr 2007 10:47:51 +0400 From: Ruslan Ermilov To: Kip Macy Message-ID: <20070406064751.GE29457@rambler-co.ru> References: <200704060605.l3665jcT032027@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MIdTMoZhcV1D07fI" Content-Disposition: inline In-Reply-To: <200704060605.l3665jcT032027@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile 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, 06 Apr 2007 06:48:29 -0000 --MIdTMoZhcV1D07fI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Apr 06, 2007 at 06:05:45AM +0000, Kip Macy wrote: > kmacy 2007-04-06 06:05:45 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/modules Makefile=20 > Log: > make modules compile without updating etc > =20 > Revision Changes Path > 1.524 +1 -1 src/sys/modules/Makefile >=20 "etc/" has nothing to do with this. Instead, you aren't using an up-to-date version of share/mk/ files which are an integral part of every makefile in a system. If you need to live in a hackish world, compiling fresh sources using stale tools (as we all sometimes do), you still have a way to do it intelligently: make -m /path/to/fresh/src/share/mk ... (The standard targets like buildworld/buildkernel do it automatically.) Please back this change out. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --MIdTMoZhcV1D07fI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGFe0XqRfpzJluFF4RAtiaAJwIzp7aGtpFPFoYi/l/spbe0cKVjACff/43 Gwdf/Ch19antUgVkh9nY1Js= =c5EM -----END PGP SIGNATURE----- --MIdTMoZhcV1D07fI--