summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Revise r272363 by collapsing the tests into a for loop.will2014-10-012-20/+12
* Clean up detection of big-endian ARM. In all cases we follow the patternandrew2014-10-012-8/+5
* Always resolve PORTSDIR to absolute paths using realpath(1).will2014-10-012-8/+8
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-1/+0
* Correct the way that libelf is linked when USDT is used.markj2014-10-011-2/+2
* Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR.will2014-09-292-2/+34
* Improve bsd.progs.mk compatibility with bsd.prog.mkngie2014-09-241-15/+17
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-131-0/+7
* Remove many false positives with make checkdpaddngie2014-09-101-2/+4
* Define _DTRACE_VERSION in sdt.h rather than setting it manually. This ismarkj2014-09-021-1/+1
* Allow standalone debug for non-default ${PROG} targetsemaste2014-09-021-3/+1
* Add -Wthread-safety to WARNS=6.ed2014-09-011-0/+3
* Introduce missing definition for LIBTERMCAPWngie2014-08-261-0/+1
* Fix "make checkdpadd" for lib/libc when MK_SSP != nongie2014-08-251-0/+1
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-192-14/+1
* Make the libbsdstat useful again.adrian2014-08-131-0/+4
* Make sure the DTrace header files are built before depend and beforerpaulo2014-08-133-2/+7
* Revert r269839.rpaulo2014-08-111-1/+1
* Add .d files to the reverse matching pattern in bsd.dep.mk to accountrpaulo2014-08-111-1/+1
* Fix another typoe in the definition of DTrace SOBJS.rpaulo2014-08-111-1/+1
* bsd.dep.mk: use the empty() function with the check for .d files.rpaulo2014-08-111-1/+1
* Fix an error in the dependency of the DTrace object file.rpaulo2014-08-111-1/+1
* Fix a few problems with the USDT probes:rpaulo2014-08-101-8/+13
* Make libohash a proper internallib instead of hidding it in m4bapt2014-08-061-0/+4
* Rework privatelib/internallibbapt2014-08-064-15/+55
* We do not ever want _srcconf_included_ as MAIN target.sjg2014-07-281-1/+1
* Reviewed by: impsjg2014-07-261-1/+2
* Document an important, but easy to overlook without grepping theimp2014-07-251-1/+3
* bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automaticallysjg2014-07-222-2/+11
* Older versions of flex (like the one used in FreeBSD <= 9) expect thedes2014-07-201-1/+1
* Use -o (output to file) instead of -t (print to stdout) and a redirect.des2014-07-191-1/+1
* Enable MK_TESTS by default, take 2.jmmv2014-07-161-1/+1
* Remove bsd.dtrace.mk.rpaulo2014-07-121-1/+0
* Optimisation: replace ${_D:R} with just ${_D}.rpaulo2014-07-121-2/+2
* Automatically build and link DTrace USDT probes.rpaulo2014-07-122-65/+19
* Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" andimp2014-07-101-2/+3
* The GNU texinfo and GNU info pages are not built and installedbapt2014-07-101-1/+1
* Now that pc98 no longer needs gcc to compile boot2, remove the specialimp2014-07-101-8/+1
* The GNU readline library is now an INTERNALLIB - that is, it isbapt2014-07-091-2/+0
* Fix atf-sh's integration_testjmmv2014-07-093-3/+5
* Support CXXFLAGS.${MACHINE_ARCH} as well as CFLAGS. This allows differentian2014-07-081-0/+1
* Remove ia64.marcel2014-07-073-9/+2
* bsd.dep.mk: add support for generating DTrace header files from .d files.rpaulo2014-07-051-0/+12
* Merge r267837 from ^/projects/release-debugdist:gjb2014-07-011-1/+2
* Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VTemaste2014-06-301-1/+1
* Create a mechanism for providing fine-grained build order dependenciesian2014-06-151-1/+5
* Attach the CUSE library and kernel module to the default FreeBSDhselasky2014-06-131-0/+1
* Revert r267424 and r267425:gjb2014-06-131-1/+1
* Enable MK_TESTS by default.jmmv2014-06-121-1/+1
* Put the test suite in its own tests.txz distribution file.jmmv2014-06-102-0/+11
OpenPOWER on IntegriCloud