summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Compact C Type (CTF) conversions throughout FreeBSD'sjb2008-05-221-0/+40
* Fix spelling mistake in comment.kan2008-04-091-1/+1
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-201-1/+1
* Style: remove redundant parentheses.ru2007-05-211-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-1/+1
* Break out Version.map generation code from bsd.lib.mk into akan2007-04-031-33/+2
* - Don't pass an empty ``NM='' to lorder(1) when NM is unset.ru2006-10-251-3/+17
* When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easyobrien2006-09-131-0/+1
* Add a knob for compiling the tree -DNDEBUG. This turns off all theimp2006-09-111-0/+4
* Pass whatever the value of NM down to lorder. This allows one toimp2006-08-251-3/+3
* Add proper dependencies for the version map, and make sure 'make clean'des2006-03-231-1/+4
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-181-3/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-5/+5
* Teach bsd.lib.mk to auto generate a version map file based ondeischen2006-03-161-0/+40
* Handle NO_INCS solely inside bsd.incs.mk.ru2006-02-031-2/+0
* Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not includeru2005-11-191-0/+2
* Don't install ${LIB}_pic.a if NO_TOOLCHAINphk2005-08-051-2/+2
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-111-3/+3
* Allow building/installing of NLS catalogs while building of librariesphantom2005-02-081-0/+1
* NOFSCHG -> NO_FSCHGru2004-12-211-1/+1
* NOINSTALLLIB -> NO_INSTALLLIBru2004-12-211-1/+1
* NOEXTRADEPEND -> NO_EXTRADEPENDru2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-6/+6
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-3/+3
* Install precious shared libraries with -S.ru2004-10-011-1/+4
* Add SHLIB as a shortcut for shared-only libraries.des2004-05-071-2/+5
* Remove whitespace at EOL.trhodes2004-03-151-1/+1
* Fix some style bugs in previous commit.trhodes2004-03-141-4/+1
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-3/+12
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkru2004-01-271-1/+1
* Guess better the source for object files in case .depend file isru2004-01-171-0/+6
* - No need to create libfoo.so -> libfoo.so.X symlinks in /lib,ru2003-09-071-3/+8
* Emergency backout of rev 1.152. This is a 100% guaranteed way to totallypeter2003-09-041-0/+4
* As ld(1) was taught to look into /lib, there's no longer a reasonru2003-09-031-4/+0
* Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs.ru2003-08-311-0/+2
* When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinksgordon2003-08-171-3/+2
* Handle the case where SHLIBDIR != LIBDIR. When creating links, wegordon2003-08-171-1/+6
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.ru2003-07-021-2/+9
* Revert to using as(1) to compile plain assembler source files.ru2003-07-021-9/+2
* There's no reason to keep separate AINC knob anymore.ru2003-07-011-8/+5
* Propagate the ${AINC} knob (assembler include) to sys.mk,ru2003-06-301-3/+0
* Removed suffix-transformation rules that are duplicatesru2003-06-301-20/+0
* The use of ld(1) to strip compiler local and non-globalru2003-06-301-36/+0
* Add ${CRUNCH_CFLAGS} support for adding compile options to crunchgordon2003-06-291-0/+2
* Be consistent about the use of ${LDFLAGS} for the internal rules. Somepeter2003-06-261-10/+10
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
* Add NOSHLIBS.obrien2003-04-271-1/+3
* Extend the lint handling a bit.markm2002-09-201-3/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-20/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-3/+3
OpenPOWER on IntegriCloud