Date: Thu, 21 Nov 2002 12:41:50 +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: <20021121104150.GA86571@sunbay.com> In-Reply-To: <200211211031.gALAVBIi054020@repoman.freebsd.org> References: <200211211031.gALAVBIi054020@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 21, 2002 at 02:31:11AM -0800, Julian Elischer wrote: > julian 2002/11/21 02:31:11 PST >=20 > Modified files: > include Makefile=20 > Log: > Temporarily remove the install of bluetooth include files.. > something "VERY WIERD" happens to them during buildworld.. > The sources get replaced by symlinks to themselves (!?) > =20 > Revision Changes Path > 1.188 +2 -1 src/include/Makefile >=20 Here's the real fix (relative to previous revision): %%% 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.187 diff -u -r1.187 Makefile --- Makefile 21 Nov 2002 00:37:48 -0000 1.187 +++ Makefile 21 Nov 2002 10:40:41 -0000 @@ -41,9 +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/*} +# 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 %%% --=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 --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE93LhuUkv4P6juNwoRApv/AJ0df7Z9e8vhFN1D983OmyuGcVXRUQCfTTAL KJPa3aINmuPNb3FqhJ7EmSw= =qiMs -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- 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?20021121104150.GA86571>