Date: Thu, 25 Jul 2002 14:52:48 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: qa@FreeBSD.ORG, re@FreeBSD.ORG, "Brian J. McGovern" <bmcgover@cisco.com>, "Bruce A. Mah" <bmah@FreeBSD.ORG> Subject: Re: Update for 4.6.1 issues Message-ID: <XFMail.20020725145248.jhb@FreeBSD.org> In-Reply-To: <20020725183735.GA57189@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25-Jul-2002 Ruslan Ermilov wrote: > On Thu, Jul 25, 2002 at 11:27:30AM -0700, Bruce A. Mah wrote: >> If memory serves me right, "Brian J. McGovern" wrote: >> > Is the examples issue a problem with CVS not checking them out? Or is it an >> > issue of the release process not doing the right thing? I can't do the first >> > (no commit privs), but I can look at the second over this coming weekend if >> > we think its a release process issue. >> >> It's a release process problem, I think. I thought that Ruslan (CC-ed) >> committed a fix for this problem to HEAD, but I don't know what the MFC >> status is. Maybe he can shed a little light on this? >> > This was fixed in: > > bsd.subdir.mk,v 1.44 (5.0-CURRENT) > bsd.subdir.mk,v 1.30.2.2 (4.6-STABLE) > > A work-around for RELENG_4_6 (if it's wanted) is to replace the bsd.subdir.mk > by bsd.prog.mk in share/examples/Makefile: How big is the real fix? I personally wouldn't mind the workaround, but if the fix isn't too big I'd rather just do it right to begin with. > %%% > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/share/examples/Makefile,v > retrieving revision 1.28.2.3 > diff -u -r1.28.2.3 Makefile > --- Makefile 30 Apr 2002 16:41:51 -0000 1.28.2.3 > +++ Makefile 25 Jul 2002 18:36:30 -0000 > @@ -44,4 +44,4 @@ > SUBDIR= ipfilter smbfs > .endif > > -.include <bsd.subdir.mk> > +.include <bsd.prog.mk> > %%% > > > Cheers, > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020725145248.jhb>