summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix build with recent binutilsbapt2014-12-231-1/+6
* Revert r274200. Implicitly setting DEBUG_FLAGS when WITH_CTF is true ismarkj2014-11-081-1/+1
* Automatically build with debug symbols when building with WITH_CTF.markj2014-11-061-1/+1
* Revert r273426 r273409bapt2014-10-211-1/+1
* older binutils does not know about --no-fatal-warningsbapt2014-10-211-1/+1
* Do not make ld(1) warnings fatal anymore, binutils behaviour has changed over...bapt2014-10-211-1/+1
* Make sure the DTrace header files are built before depend and beforerpaulo2014-08-131-1/+2
* Rework privatelib/internallibbapt2014-08-061-5/+5
* bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automaticallysjg2014-07-221-0/+8
* Merge r267837 from ^/projects/release-debugdist:gjb2014-07-011-1/+2
* Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This setsdes2014-04-121-3/+3
* 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
OpenPOWER on IntegriCloud