| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix install from read-only obj dir when SHLIB_LDSCRIPT is used. | jlh | 2013-06-16 | 1 | -2/+5 |
* | Add a new knob WITH_DEBUG_FILES to control the building of standalone | emaste | 2013-06-07 | 1 | -10/+28 |
* | Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced. | jlh | 2013-05-25 | 1 | -9/+14 |
* | Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are always | markj | 2013-03-28 | 1 | -5/+3 |
* | Fix parallel build race with DEBUG_FLAGS | emaste | 2013-02-20 | 1 | -7/+9 |
* | Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set. | brooks | 2013-01-24 | 1 | -1/+1 |
* | Replace all known uses of ln in the build process with appropriate | brooks | 2013-01-21 | 1 | -3/+3 |
* | Add a new LIBRARIES_ONLY make variable to disable the build and install | brooks | 2013-01-17 | 1 | -1/+4 |
* | Explicitly specify that the beforelinking target depends on the | markj | 2012-12-31 | 1 | -10/+13 |
* | No reason to install debug data with the schg flag | emaste | 2012-12-18 | 1 | -1/+1 |
* | Put shared library debug info into separate .symbols file | emaste | 2012-12-15 | 1 | -2/+20 |
* | Minor refactoring prior to .symbols file changes | emaste | 2012-12-14 | 1 | -6/+3 |
* | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in | eadler | 2012-12-06 | 1 | -5/+5 |
* | Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supported | dim | 2012-06-09 | 1 | -1/+1 |
* | Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script | jlh | 2012-05-07 | 1 | -2/+25 |
* | Force linker error when created shared library contains a relocation | kib | 2011-12-06 | 1 | -2/+7 |
* | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | fjoe | 2011-11-30 | 1 | -2/+2 |
* | - fix WITH_CTF when specified in /etc/src.conf [1] | fjoe | 2011-11-29 | 1 | -37/+12 |
* | Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead | fjoe | 2011-11-29 | 1 | -30/+30 |
* | Add CTF magic to the new .c.o rule. | des | 2011-11-24 | 1 | -0/+3 |
* | As threatened on -arch, add {SHARED,STATIC}_{C,CXX}FLAGS, which allow a | des | 2011-11-21 | 1 | -4/+10 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -4/+0 |
* | Remove libobjc and other Objective-C related components, as these are | dim | 2011-04-17 | 1 | -13/+1 |
* | Introduce make variable ACFLAGS used to supply additional flags to | kib | 2011-01-07 | 1 | -4/+5 |
* | Check the existence of a 'beforelinking' target and make the resulting | rpaulo | 2010-09-10 | 1 | -0/+4 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -1/+1 |
* | Add missing escape characthers. | rpaulo | 2010-07-30 | 1 | -1/+1 |
* | Fix previous commit: I forgot to include parenthesis. | rpaulo | 2010-07-30 | 1 | -24/+24 |
* | When building WITH_CTF=1, print the ctf executable that's going to be | rpaulo | 2010-07-29 | 1 | -12/+36 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -36/+17 |
* | Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible | sepotvin | 2010-01-22 | 1 | -4/+4 |
* | Second attempt at eliminating .text relocations in shared libraries | kan | 2009-07-14 | 1 | -2/+2 |
* | Add support for the Compact C Type (CTF) conversions throughout FreeBSD's | jb | 2008-05-22 | 1 | -0/+40 |
* | Fix spelling mistake in comment. | kan | 2008-04-09 | 1 | -1/+1 |
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles should | ru | 2007-10-20 | 1 | -1/+1 |
* | Style: remove redundant parentheses. | ru | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -1/+1 |
* | Break out Version.map generation code from bsd.lib.mk into a | kan | 2007-04-03 | 1 | -33/+2 |
* | - Don't pass an empty ``NM='' to lorder(1) when NM is unset. | ru | 2006-10-25 | 1 | -3/+17 |
* | When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy | obrien | 2006-09-13 | 1 | -0/+1 |
* | Add a knob for compiling the tree -DNDEBUG. This turns off all the | imp | 2006-09-11 | 1 | -0/+4 |
* | Pass whatever the value of NM down to lorder. This allows one to | imp | 2006-08-25 | 1 | -3/+3 |
* | Add proper dependencies for the version map, and make sure 'make clean' | des | 2006-03-23 | 1 | -1/+4 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -3/+3 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -5/+5 |
* | Teach bsd.lib.mk to auto generate a version map file based on | deischen | 2006-03-16 | 1 | -0/+40 |
* | Handle NO_INCS solely inside bsd.incs.mk. | ru | 2006-02-03 | 1 | -2/+0 |
* | Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not include | ru | 2005-11-19 | 1 | -0/+2 |
* | Don't install ${LIB}_pic.a if NO_TOOLCHAIN | phk | 2005-08-05 | 1 | -2/+2 |