Date: Thu, 25 Jul 2002 21:37:35 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: "Brian J. McGovern" <bmcgover@cisco.com>, John Baldwin <jhb@FreeBSD.ORG>, re@FreeBSD.ORG, qa@FreeBSD.ORG Subject: Re: Update for 4.6.1 issues Message-ID: <20020725183735.GA57189@sunbay.com> In-Reply-To: <200207251827.g6PIRUdi087222@intruder.bmah.org> References: <200207251815.g6PIFYtB008933@bmcgover-pc.cisco.com> <200207251827.g6PIRUdi087222@intruder.bmah.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 i= t 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 weeken= d if > > we think its a release process issue. >=20 > 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? >=20 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: %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D ipfilter smbfs .endif =20 -.include <bsd.subdir.mk> +.include <bsd.prog.mk> %%% Cheers, --=20 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 --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9QEVvUkv4P6juNwoRAv+xAJ43Pzae+wP+/ZI6TXlWxb47xopWCQCeNjjV 2qRr/50tnOlDFXddFabVYjg= =ge4S -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- 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?20020725183735.GA57189>