Date: Sat, 9 Dec 1995 02:49:16 +1100 From: Bruce Evans <bde@zeta.org.au> To: p.richards@elsevier.co.uk, phk@critter.tfs.com Cc: bde@zeta.org.au, current@FreeBSD.ORG, scrappy@hub.org Subject: Re: cd /usr/src/lib; make depend...Fails Message-ID: <199512081549.CAA01051@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> > In most places the correct fix is to remove the non-FreeBSD code and >> > keep it only in cvs. >> >> I would appreciate if we made that our default policy for all but >> directly imported stuff. (ie: not for gcc and similar). >> >Why can't it be default policy for all code under cvs control? It'd >make our src tree that little bit smaller but mor importantly cleaner. There are some sources that attempt to be compatible with the last 25 versions of FreeBSD and/or NetBSD using __FreeBSD__ or a private version identifier. E.g., pcvt, sound and several other isa drivers. For these the "vendor" code already has __FreeBSD__ ifdefs and would break if we cleaned things up. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512081549.CAA01051>