summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-1/+0
* Really, I don't want to install src.opts.mk at all.imp2014-05-101-3/+0
* Move DOCCOMPRESS to MK variable.imp2014-05-102-4/+5
* Remove last two NO_MAN= in the tree. In both of these cases, MAN= isimp2014-05-101-2/+1
* Remove some useless, commented out code. Remove name space polution inimp2014-05-101-11/+4
* g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-103-57/+1
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-102-5/+1
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-102-6/+7
* Support, to the extent we generate proper command lines, compilingimp2014-05-102-9/+31
* Optionally allow building the historical FreeBSD make program andimp2014-05-101-0/+1
* Introduce kern.opts.mk to hold all the options for kernel moduleimp2014-05-091-3/+1
OpenPOWER on IntegriCloud