summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Revert r258672. We clearly don't compile libraries enough times.peter2013-11-271-1/+1
* At great personal risk, change the default for LIB32 from yes to no. Aspeter2013-11-271-1/+1
* Generate plain sh test programs from a source file.jmmv2013-11-251-0/+10
* Install plain.test.mk.jmmv2013-11-251-0/+1
* Need to also test for defined(${v}_${PROG})sjg2013-11-191-1/+1
* Fix the build of plain test programs.jmmv2013-11-181-0/+2
* Remove registration of C++ test programs into PROGS.jmmv2013-11-182-2/+0
* Allow this to work with fmakesjg2013-11-131-5/+13
* Bring in libnv library for managing name/value pairs. The following typespjd2013-11-121-0/+1
* Remove stray MK_PKGTOOLS leftover from r257444.gjb2013-11-111-1/+0
* Subsume the functionality of MK_ATF into MK_TESTS.jmmv2013-11-081-1/+1
* Fix buildworld when WITH_TESTS is enabled.jmmv2013-11-081-0/+14
* For C++ programs, don't emit any explicit dependency to libstdc++.a ordim2013-11-041-1/+1
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-031-5/+0
* Switch the default mtree to nmtree our new NetBSD derived mtree.brooks2013-10-251-1/+1
* Disable WITH_TESTS= for now.rpaulo2013-10-251-1/+1
* Add missing plain.test.mk.rpaulo2013-10-251-0/+51
* Set up the /usr/tests hierarchy.rpaulo2013-10-251-0/+1
* Move the TESTSBASE definition to bsd.own.mk.rpaulo2013-10-252-4/+4
* Allow mixing bsd.files.mk with bsd.subdir.mk.rpaulo2013-10-251-5/+3
* Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allowsbrooks2013-10-221-1/+0
* Plug kyua into the 'test' target.rpaulo2013-10-191-0/+33
* Plug atf-run into the 'test' target.rpaulo2013-10-192-0/+72
* Add the automatic generation of Kyuafile files.rpaulo2013-10-192-0/+50
* Add the automatic generation of Atffile files.rpaulo2013-10-192-0/+51
* Clearly split the logic to build ATF and plain tests apart.rpaulo2013-10-192-55/+67
* Rename libbsdyml to libyaml, make private, and bumpbdrewery2013-10-141-1/+1
* Remove most of the ATF tools and the _atf user.rpaulo2013-10-121-94/+0
OpenPOWER on IntegriCloud