summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-23/+0
* Build libcompat (lib32) with a --sysroot pointing into its stage directory.bdrewery2016-03-251-22/+2
* Partially revert r266227 and stop stripping paths in ldscripts.bdrewery2016-03-151-1/+4
* Follow-up r296324: Fix STATICOBJS dependency guesses conditions.bdrewery2016-03-081-2/+2
* Allow adding to SOLINKOPTS.bdrewery2016-03-041-1/+1
* DEBUG_FILES: Create the DEBUGFILEDIR if it doesn't exist on install.bdrewery2016-03-031-0/+2
* Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.bdrewery2016-03-021-11/+16
* Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-0/+1
* Remove _manpages and _maninstall targets as they are no longer needed.bdrewery2016-02-261-3/+3
* FAST_DEPEND: Rework how guessed dependencies are handled.bdrewery2016-02-241-11/+14
* 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
OpenPOWER on IntegriCloud