summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Force linker error when created shared library contains a relocationkib2011-12-061-2/+7
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-2/+2
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-37/+12
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-30/+30
* Add CTF magic to the new .c.o rule.des2011-11-241-0/+3
* As threatened on -arch, add {SHARED,STATIC}_{C,CXX}FLAGS, which allow ades2011-11-211-4/+10
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-4/+0
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-13/+1
* Introduce make variable ACFLAGS used to supply additional flags tokib2011-01-071-4/+5
* Check the existence of a 'beforelinking' target and make the resultingrpaulo2010-09-101-0/+4
* MFtbemd:imp2010-08-231-1/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Add missing escape characthers.rpaulo2010-07-301-1/+1
* Fix previous commit: I forgot to include parenthesis.rpaulo2010-07-301-24/+24
* When building WITH_CTF=1, print the ctf executable that's going to berpaulo2010-07-291-12/+36
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-36/+17
* Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possiblesepotvin2010-01-221-4/+4
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-2/+2
* 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
OpenPOWER on IntegriCloud