aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake
Commit message (Expand)AuthorAgeFilesLines
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-36/+85
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-19323-5/+2794
| |\ \
| * | | New dependenciesSimon J. Gerraty2014-05-171-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-9/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-283-5/+9
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2013-09-111-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-054-9/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-123-6/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-3/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-085-131/+124
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+19
* | | | | | | | | | Merge bmake-20150606Simon J. Gerraty2015-06-111-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge bmake-20150505 improve detection of malformed conditionals.Simon J. Gerraty2015-05-102-4/+5
* | | | | | | | | Merge bmake-20150418Simon J. Gerraty2015-04-212-36/+84
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update to bmake-20140620Simon J. Gerraty2014-07-082-4/+14
* | | | | | | | Add .../share/mk to the default system make path. This will fix theWarner Losh2014-05-231-1/+0
* | | | | | | | Makefile.inc is also included by the tests subdirectory, which resultsWarner Losh2014-05-151-1/+4
* | | | | | | | Undo changes to the generated Makefile. Move tests directory to properWarner Losh2014-05-152-6/+4
* | | | | | | | Move old fmake tests into bmake and hook them to the build.Julio Merino2014-05-14321-0/+2779
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix the upgrade path for fmake by allowing the include of src.opts.mkWarner Losh2014-05-061-1/+1
* | | | | | | Revert r265436, since it is not the correct fix.Stefan Eßer2014-05-061-1/+1
* | | | | | | Fix include statement to accept src.opts.mk from a source directoryStefan Eßer2014-05-061-1/+1
* | | | | | | Remove support for WITHOUT_BMAKE. bmake is now the only make that canWarner Losh2014-05-061-8/+0
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge bmake-20140101 from vendorSimon J. Gerraty2014-01-273-5/+9
| |_|_|_|/ |/| | | |
* | | | | Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk)Simon J. Gerraty2013-09-101-0/+1
| |_|_|/ |/| | |
* | | | Merge bmake-20130904Simon J. Gerraty2013-09-052-4/+5
* | | | ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.Simon J. Gerraty2013-08-101-1/+1
* | | | Merge bmake-20130730Simon J. Gerraty2013-08-023-7/+7
* | | | Update to bmake-20130604 to fix file descriptor leak.Simon J. Gerraty2013-06-051-2/+2
* | | | Sync with upstream version (20130520) that includes same fixes made last week.Simon J. Gerraty2013-05-201-2/+2
* | | | Per the comment, we cannot rely on bsd.own.mkSimon J. Gerraty2013-05-171-7/+6
* | | | We really need to get the bsd.own.mk from this tree so theSimon J. Gerraty2013-05-171-0/+8
* | | | guard against MK_SHARED_TOOLCHAIN not being defined.Xin LI2013-05-161-1/+1
* | | | Similar to r250719: guard against MK_BMAKE not being defined.Xin LI2013-05-161-1/+1
| |_|/ |/| |
* | | Update to bmake-20130330Simon J. Gerraty2013-04-023-6/+7
| |/ |/|
* | Missed adding Makefile.config and unit-tests/Makefile shouldSimon J. Gerraty2013-02-042-0/+23
* | Merge bmake-20130123Simon J. Gerraty2013-02-013-130/+94
* | Merge bmake-20121111Simon J. Gerraty2012-11-163-4/+10
|/
* Merge bmake-20121010Simon J. Gerraty2012-10-251-8/+12
* Fix a bootstrapping problem where the first bmake (built by FreeBSD'sMarcel Moolenaar2012-10-191-4/+3
* Obey the value of "MK_BMAKE".David E. O'Brien2012-10-161-1/+1
* Add bmake to the build and allow it to be installed as make(1) insteadMarcel Moolenaar2012-10-064-0/+642