summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure files are created during the build when using bsd.subdir.mk.jmmv2014-06-092-4/+6
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-082-1/+14
* Move atf-sh from /usr/bin/ to /usr/libexec/jmmv2014-06-061-1/+1
* Add the *_TESTS_SH_SED_* functionality to atf.test.mk.jmmv2014-06-061-1/+5
* Install VT support filesemaste2014-06-051-0/+1
* Better documentation for why KERBEROS and OPENSSH are here, and whereimp2014-05-272-3/+8
* Change libatf-c and libatf-c++ to be private libraries.jmmv2014-05-252-2/+4
* Allow CC to not actually exist. During the ports INDEX run, all theimp2014-05-231-3/+3
* Use an intermediate target to associate with _SUBDIR which is marked .MAKEsjg2014-05-201-5/+9
* Revert previous change - doesn't cover all cases.sjg2014-05-191-2/+1
* _SUBDIR is marked .MAKE - since it runs a sub-make.sjg2014-05-191-1/+2
* Move inclusion of /etc/make.conf and others to old location (this alsoimp2014-05-171-15/+15
* The time is not yet ripe to break the lack of dependencies betweenimp2014-05-171-1/+7
* Read in SRCCONF early and consistently, if src.sys.mk exists, which isimp2014-05-173-13/+18
OpenPOWER on IntegriCloud