Date: Fri, 6 Apr 2007 10:47:51 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Kip Macy <kmacy@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <20070406064751.GE29457@rambler-co.ru> In-Reply-To: <200704060605.l3665jcT032027@repoman.freebsd.org> References: <200704060605.l3665jcT032027@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070406064751.GE29457>