summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Create a private library directory (LIBPRIVATEDIR) for libraries whichdes2013-09-081-20/+32
* Fix install from read-only obj dir when SHLIB_LDSCRIPT is used.jlh2013-06-161-2/+5
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-071-10/+28
* Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced.jlh2013-05-251-9/+14
* Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are alwaysmarkj2013-03-281-5/+3
* Fix parallel build race with DEBUG_FLAGSemaste2013-02-201-7/+9
* Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.brooks2013-01-241-1/+1
* Replace all known uses of ln in the build process with appropriatebrooks2013-01-211-3/+3
* Add a new LIBRARIES_ONLY make variable to disable the build and installbrooks2013-01-171-1/+4
* Explicitly specify that the beforelinking target depends on themarkj2012-12-311-10/+13
* No reason to install debug data with the schg flagemaste2012-12-181-1/+1
* Put shared library debug info into separate .symbols fileemaste2012-12-151-2/+20
* Minor refactoring prior to .symbols file changesemaste2012-12-141-6/+3
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-5/+5
* Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supporteddim2012-06-091-1/+1
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptjlh2012-05-071-2/+25
* 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
OpenPOWER on IntegriCloud