summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Consolidate common beforebuild logic.bdrewery2016-02-161-5/+0
* FAST_DEPEND: Fix improperly depending all .So objects on all headers.bdrewery2016-01-191-0/+2
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, ascperciva2015-12-251-0/+3
* FAST_DEPEND: Only pass -MF if we care about the object being compiled.bdrewery2015-12-071-0/+2
* FAST_DEPEND: Similar to r290629, do always depend on headers if 'make depend'bdrewery2015-11-191-1/+1
* FAST_DEPEND: Fix building of wrong source files in some cases.bdrewery2015-11-091-1/+3
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-7/+9
* Add a FAST_DEPEND option, off by default, which speeds up the build significa...bdrewery2015-11-061-0/+2
* Similar to r289355, /usr/tests is within the base system so put the symbolsbdrewery2015-10-161-1/+1
* Make installing to a non-existent directory an error.bdrewery2015-10-151-7/+7
* Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mkbapt2015-10-091-0/+1
* bsd.lib.mk: Simplify CLEANFILES handling.bdrewery2015-09-221-47/+9
* Fix LIBRARIES_ONLYbdrewery2015-09-181-1/+1
* Garbage collect _SHLIBDIRPREFIX leftovers from r284898.bdrewery2015-09-181-3/+2
* bsd.lib.mk: pass NMFLAGS to the lorder script.rpaulo2015-08-141-3/+3
* Make all shared library a relative symlinkbapt2015-06-271-1/+1
* 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
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Rework PRIVATELIBbapt2015-05-041-22/+14
* | | | | | | | | | 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
* | | | | | | | | | Make the extra dependencies in DPADD be dependencies of PROG_FULL andjhb2015-02-131-1/+1
* | | | | | | | | | 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
| |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud