summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
...
| * Add META_MODE support.sjg2015-06-131-25/+39
| |\
| | * Merge from headsjg2015-05-261-39/+29
| | |\
| | * \ Merge from head@274682sjg2014-11-191-5/+5
| | |\ \
| | * \ \ Merge head from 7/28sjg2014-08-191-1/+10
| | |\ \ \
| | * | | | Using lib*.so as a linker script ...sjg2014-05-161-25/+33
| | * | | | Merge headsjg2014-04-281-3/+3
| | |\ \ \ \
| | * \ \ \ \ Merge headsjg2013-09-111-20/+32
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge from headsjg2013-09-051-21/+47
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ sync from headsjg2013-04-121-12/+12
| | |\ \ \ \ \ \ \
| | * | | | | | | | Allow staging to be help up (by .WAIT) until othersjg2013-03-081-4/+0
| | * | | | | | | | Move STAGING related setup to bsd.sys.mksjg2013-03-041-21/+2
| | * | | | | | | | hook stage_* to all: only as neededsjg2013-02-161-1/+5
| | * | | | | | | | Sync with HEAD.obrien2013-02-081-17/+38
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Use prebuild and a barrier, to allow ensuring headers aresjg2012-11-081-2/+10
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-041-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+18
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Similar to r280178, don't hide command for building static library.bdrewery2015-06-021-3/+3
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge from HEADbapt2015-05-071-22/+14
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Rework PRIVATELIBbapt2015-05-041-22/+14
* | | | | | | | | | | Add support for lib32 packagesbapt2015-03-181-0/+4
* | | | | | | | | | | Merge from headbapt2015-03-171-15/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Add LIB_CXX so that C++ libraries will use CXX to link.bdrewery2015-03-171-1/+8
| * | | | | | | | | | Unhide linker line for libraries.bdrewery2015-03-171-1/+1
| * | | | | | | | | | Remove unneeded handling of undefined NM.bdrewery2015-03-171-14/+0
* | | | | | | | | | | Do not flag .so symlinks not starting with lib as development, they are most ofbapt2015-03-051-0/+9
* | | | | | | | | | | Install libraries in the runtime package by defaultbapt2015-03-041-1/+1
* | | | | | | | | | | Merge from headbapt2015-03-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Make the extra dependencies in DPADD be dependencies of PROG_FULL andjhb2015-02-131-1/+1
* | | | | | | | | | | Makes it more flexible to tag and define a target packagebapt2015-02-131-11/+18
* | | | | | | | | | | Tag the metalog with a global default sets of tags that will be used to decidebapt2015-02-101-9/+9
|/ / / / / / / / / /
* | | | | | | | | | 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
OpenPOWER on IntegriCloud