Date: Sun, 12 May 2002 01:40:50 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: "David E. O'Brien" <obrien@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512013147.O4925-100000@gamplex.bde.org> In-Reply-To: <20020510152512.GB14295@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 May 2002, Ruslan Ermilov wrote: > On Wed, May 08, 2002 at 05:44:14PM -0700, David E. O'Brien wrote: > > obrien 2002/05/08 17:44:14 PDT > > > > Modified files: > > share/mk bsd.lib.mk > > Log: > > Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. > > INTERNALLIB now implies NOPROFILE, NOMAN, and don't install anything. > > Add a NOLIB knob. > > > > Revision Changes Path > > 1.118 +12 -5 src/share/mk/bsd.lib.mk > > > This change "breaks" all bsd.lib.mk makefiles with INTERNALLIB but without > INTERNALSTATICLIB. These are: Is the breakage just to build libraries which are never used? > gnu/lib/csu/Makefile > lib/csu/alpha/Makefile > lib/csu/i386-elf/Makefile > lib/csu/ia64/Makefile > lib/csu/powerpc/Makefile > lib/csu/sparc64/Makefile > lib/libgnumalloc/Makefile > lib/libresolv/Makefile > sys/boot/alpha/libalpha/Makefile > sys/boot/arc/lib/Makefile > sys/boot/i386/btx/lib/Makefile > sys/boot/pc98/btx/lib/Makefile > > These should be fixed by s/INTERNALLIB/NOLIB/ in them. Some of these have old bogusness: libgnumalloc and libresolv have sources and a SRCS list for libraries that should never be built. Their comments only say that *.a are not built or used, but I think shared libraries have not been built for them for a long time. They are only to support regrading from FreeBSD-2.x and possibly 3.0, so they probably shouldn't exist. Bruce 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?20020512013147.O4925-100000>