From owner-cvs-all Sun Jul 16 7:33:36 2000 Delivered-To: cvs-all@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id 4061C37BA54; Sun, 16 Jul 2000 07:33:28 -0700 (PDT) (envelope-from pierre.dampure@alveley.org) Received: from userk134.uk.uudial.com ([194.69.100.218] helo=alveley.org) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 13DpTy-0003Ms-00 ; Sun, 16 Jul 2000 15:33:27 +0100 Message-ID: <3971C7B8.D0DCA34E@alveley.org> Date: Sun, 16 Jul 2000 15:33:28 +0100 From: "Dampure, Pierre Y." X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile References: <200007160758.AAA99240@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > > ache 2000/07/16 00:58:25 PDT > > Modified files: > etc Makefile > Log: > Add -L to mtree calls since defaults changed back > > Revision Changes Path > 1.229 +6 -6 src/etc/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Causes a chicken-and-egg situation with make world -- option -L is only valid on the newly built mtree, not on the one currently installed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message