From owner-cvs-all Sat May 4 19: 3:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0925E37B404; Sat, 4 May 2002 19:03:41 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA32075; Sun, 5 May 2002 12:03:38 +1000 Date: Sun, 5 May 2002 12:05:18 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: "Kenneth D. Merry" , Ruslan Ermilov , , , Subject: Re: cvs commit: src/share/mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.init.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk In-Reply-To: <20020504180814.B10146@dragon.nuxi.com> Message-ID: <20020505115810.C999-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 4 May 2002, David O'Brien wrote: > On Sat, May 04, 2002 at 06:51:08PM -0600, Kenneth D. Merry wrote: > > How about this? Assuming exists() does the right thing (does it?), this > > patch would restore the previous behavior if bsd.init.mk isn't there. > > That is what I have locally -- it just backs out rev 1.116. I was > waiting to get bsd.kern.mk repo copied before committing this. What you could do is ifdef on a variable that is known to be defined in sys.mk in RELENG_4 (and preferably in all old versions of FreeBSD) but not in -current. __initialized__ in rev.1.115 apparently works as that variable. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message