summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
...
* Convert sort to using newer MK_ convention.imp2014-04-051-0/+1
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-0/+1
* The proper way to request no man pages currently is NO_MAN=xxx. Use itimp2014-04-051-2/+2
* Move setting of the MK_xxx variables based on NO_xxx to avoidimp2014-04-021-15/+16
* FreeBSD make (aka fmake) doesn't grok .MAKE.LEVEL. Failsafe and assumeimp2014-04-021-1/+1
* Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.imp2014-04-011-0/+2
* There's no need to set the default for GNUCXX based on WITHOUT_CXXimp2014-04-011-9/+3
* Eliminate FDT being treated specially. When the BSDL DTC wasimp2014-04-011-9/+2
* There's no need to guess at the COMPILER_TYPE to pass it down. Weimp2014-03-301-1/+1
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.imp2014-03-301-14/+0
* Allow the build system to safely set MK_FOO to avoid the ambiguityimp2014-03-301-4/+10
* Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processdim2014-03-261-0/+19
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-233-3/+4
* Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andjkim2014-03-201-4/+6
* Add a way to apply CFLAGS only when building the given architecture. Thisian2014-03-191-0/+4
* Document support for TAP-compliant Perl test programs.jmmv2014-03-161-0/+11
* Add some documentation for bsd.test.mk.jmmv2014-03-151-0/+84
* Move FreeBSD Test Suite-specific code to a suite.test.mk file.jmmv2014-03-143-115/+134
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-144-21/+29
* Remove IPX support.glebius2014-03-142-5/+0
* Add fetch and patch to .PHONY and .NOTMAIN only if PORTNAME is defined.ache2014-03-021-2/+6
* Integrate device-tree upstream files into the build process:imp2014-02-281-1/+1
* Merge from head up to r262415.dim2014-02-232-3/+3
|\
| * Remove libyaml, it has been replaced by libuclbapt2014-02-231-1/+0
| * Import libucl into headbapt2014-02-231-0/+1
| * Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusionbapt2014-02-221-2/+2
* | Merge from head up to r262311.dim2014-02-212-9/+8
|\ \ | |/
| * Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang todim2014-02-212-9/+6
| * Import Dragonfly Mail Agent into base systembapt2014-02-211-0/+2
* | In case source files are compiled with -g, tell clang not to emit .cfidim2014-02-211-0/+4
|/
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-1/+1
* Merge from CheriBSD:brooks2014-01-301-0/+1
* Merge from CheriBSD:brooks2014-01-301-1/+0
* Merge from CheriBSD:brooks2014-01-301-0/+1
* Remove WITHOUT_ATF as it has been replaced by WITH_TESTSskreuzer2014-01-231-1/+0
* Correct value of LIBCOMPILER_RT.ed2014-01-181-1/+1
* Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-2/+1
* Support perl-based TAP-compliant test programs.jmmv2014-01-141-0/+27
* Support defining test program metadata from the Makefiles.jmmv2014-01-141-1/+15
* Allow tests to provide a Kyuafile when they relied on auto-generation.jmmv2014-01-101-9/+14
* Apply band-aid for 32-bit compat libs failures after r260334: put backdim2014-01-061-0/+1
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+0
* In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk,dim2014-01-051-0/+1
* To avoid having to explicitly test COMPILER_TYPE for settingdim2013-12-221-1/+8
* Require a C++11 compiler to build LLDBemaste2013-12-171-4/+4
* Make bsd.progs.mk work in directories with SCRIPTS but no PROGS.jmmv2013-12-111-3/+19
* Add tap.test.mk.jmmv2013-12-112-0/+65
* For WARNS <= 3, change the clang warning flag -Wno-conversion todim2013-12-071-1/+1
* Please welcome casperd daemon. It (and its services) will be responsible forpjd2013-12-022-0/+3
* Move my simple logging API to a separate library. It is now already usedpjd2013-12-011-0/+1
OpenPOWER on IntegriCloud