Date: Fri, 22 Nov 2002 11:34:18 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Julian Elischer <julian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile Message-ID: <20021122093418.GC2253@sunbay.com> In-Reply-To: <200211212334.gALNYvd6005731@repoman.freebsd.org> References: <200211212334.gALNYvd6005731@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 21, 2002 at 03:34:57PM -0800, Julian Elischer wrote: > julian 2002/11/21 15:34:57 PST >=20 > Modified files: > include Makefile=20 > Log: > Re-enable installing of Bluetooth include files > Hopefully this time it works right.. Who understands this stuff? > =20 > Revision Changes Path > 1.189 +2 -2 src/include/Makefile >=20 ``cvs annotate'' would give you a hint about who does, and I've already submitted you a working patch yesterday, which was functionally equivalent to the above but cleaner -- you have added an empty line and the comment is now bogus. Please commit this now: %%% 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/include/Makefile,v retrieving revision 1.189 diff -u -r1.189 Makefile --- Makefile 21 Nov 2002 23:34:57 -0000 1.189 +++ Makefile 22 Nov 2002 09:30:12 -0000 @@ -41,10 +41,9 @@ security/lomac security/mac_biba security/mac_bsdextended \ security/mac_mls security/mac_partition ufs/ffs ufs/ufs =20 - -# For SHARED=3Dsymlinks, cam and netatm are symlinks, so cam/scsi and neta= tm/* -# are taken care of -LSYMSUBDIRS=3D ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/bluetooth/*} +# For SHARED=3Dsymlinks, cam, netatm, and netgraph are symlinks, so cam/sc= si, +# netatm/*, and netgraph/* are taken care of +LSYMSUBDIRS=3D ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*} =20 # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is %%% 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 --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE93foaUkv4P6juNwoRAgttAJ9Sn6hMDGJPbPVb7WXBgV7eGx0ofQCdEmcb Y29TUdQ9ANew5eavEHMcIoA= =istP -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021122093418.GC2253>