summaryrefslogtreecommitdiff
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Support initializing stack variables on function entryBrooks Davis2020-11-101-0/+19
* bsd.prog.mk: split MK_PIE test for clarityEd Maste2020-06-021-1/+4
* pkgbase: use -dev,-dbg instead of -development,-debugEd Maste2020-05-201-2/+2
* Add -mno-relax to CFLAGS in bsd.prog/lib.mk instead of bsd.cpu.mk.John Baldwin2020-01-081-0/+4
* Allow bsd.compat.mk to be reliably included outside Makefile.inc1.Brooks Davis2019-10-311-1/+0
* bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment itWarner Losh2019-10-161-1/+1
* Add the ability to link programs against a compat ABI.Brooks Davis2019-10-151-0/+1
* Override the TLS model when building mips64 binaries and static librariesKyle Evans2019-10-021-0/+5
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+1
* do not enable userland retpoline if not supported by compiler/linkerEd Maste2019-08-151-0/+5
* Fixup bsd.prog.mk after r344182Conrad Meyer2019-02-151-1/+1
* Use make's :tl instead of checking "no" and "NO"Ed Maste2019-02-151-4/+3
* Fix Makefile conditional after r344179Ed Maste2019-02-151-1/+1
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-151-0/+6
* Avoid retpolineplt with static linkingEd Maste2018-11-191-0/+3
* Add a WITH_BIND_NOW build knobEd Maste2018-11-061-0/+4
* Introduce src.conf knob to build userland with retpolineEd Maste2018-10-211-0/+6
* Correct link metadata created when installing with -DNO_ROOT.Brooks Davis2018-06-291-0/+4
* Remove accidentally committed debug statement that induced the followingSean Bruno2018-05-051-1/+0
* bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans2018-05-041-0/+1
* Remove build system support for lint.Warner Losh2017-11-171-7/+0
* Improve computation of {BC,LL}OBJS.Jonathan Anderson2017-10-181-5/+8
* Improve logic of CLEANFILES+=${PROG_FULL}.{bc,ll}.Jonathan Anderson2017-10-181-1/+2
* Use OBJS_SRCS_FILTER to control setting OBJS from SRCSSimon J. Gerraty2017-09-161-1/+1
* Improve the coverage of debug symbols for MK_DEBUG_FILES.John Baldwin2017-08-231-1/+1
* Add limited sandbox capability to "make check"Enji Cooper2017-08-141-0/+7
* Add rules to build LLVM IR binaries and libraries.Jonathan Anderson2016-11-011-4/+17
* bsd.prog.mk: add "/usr/lib" to list of base system directoriesEd Maste2016-06-241-1/+2
* META_MODE: Don't generate or read _EXTRADEPEND dependencies when using filemon.Bryan Drewery2016-06-211-0/+2
* Revert r301079.Bryan Drewery2016-06-031-4/+4
* WITH_META_MODE: Mitigate switching from without to with META_MODE.Bryan Drewery2016-05-311-4/+4
* MFHGlen Barber2016-04-041-7/+1
|\
| * Follow-up r297282: Make the COPTS warning more useful.Bryan Drewery2016-04-011-1/+1
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-7/+0
| * We don't have a CPPFLAGS, COPTS or CPUFLAGS.Bryan Drewery2016-03-261-0/+1
* | MFHGlen Barber2016-03-061-0/+2
|\|
| * DEBUG_FILES: Create the DEBUGFILEDIR if it doesn't exist on install.Bryan Drewery2016-03-031-0/+2
* | MFHGlen Barber2016-03-021-1/+5
|\|
| * Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.Bryan Drewery2016-03-021-1/+5
* | MFHGlen Barber2016-03-021-8/+10
|\|
| * Import bsd.clang-analyze.mk based on NetBSD's version.Bryan Drewery2016-02-261-0/+1
| * Remove _manpages and _maninstall targets as they are no longer needed.Bryan Drewery2016-02-261-3/+3
| * FAST_DEPEND: Rework how guessed dependencies are handled.Bryan Drewery2016-02-241-5/+6
* | MFHGlen Barber2016-02-181-2/+1
|\|
| * Consolidate common beforebuild logic.Bryan Drewery2016-02-161-2/+1
* | MFH r289384-r293170Glen Barber2016-01-041-5/+9
|\|
| * Add built-in ccache build support via WITH_CCACHE_BUILD option.Bryan Drewery2015-11-081-4/+8
| * Add a FAST_DEPEND option, off by default, which speeds up the build significa...Bryan Drewery2015-11-061-4/+4
| * Make installing to a non-existent directory an error.Bryan Drewery2015-10-151-1/+1
* | MFH to r289370Glen Barber2015-10-151-2/+2
|\|