aboutsummaryrefslogtreecommitdiff
path: root/lib/liby/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* liby: build with WARNS=6Eitan Adler2018-06-161-2/+0
| | | | | | | Tested with amd64, arm64, i386, mips Notes: svn path=/head/; revision=335270
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+3
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Drop useless with NO_PIC SHLIB_MAJOR.Ruslan Ermilov2005-07-201-3/+0
| | | | Notes: svn path=/head/; revision=148188
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-1/+1
| | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-25/+0
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*Peter Wemm2001-11-031-1/+1
| | | | | | | dont exist. IMHO, this is kinda silly. Notes: svn path=/head/; revision=85949
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Don't install an elf liby.so[.2] in /usr/lib/compat. We have never hadPeter Wemm1998-10-111-4/+13
| | | | | | | any elf binaries linked against it. Try and clean up the mess left over.. Notes: svn path=/head/; revision=40196
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Oops, we still want to build/install the static libraries.Garrett Wollman1996-11-201-2/+1
| | | | Notes: svn path=/head/; revision=19900
* Copy a slightly modified version of the `libgnumalloc hack' to allowGarrett Wollman1996-11-201-2/+24
| | | | | | | | us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl. Notes: svn path=/head/; revision=19899
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+6
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573