Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to bmake-20140620 | sjg | 2014-07-08 | 33 | -163/+431 |
| | | | | | | Main change is detection of malformed variable references. Reviewed by: obrien | ||||
* | Portmgr no longer need the UL hack. | sjg | 2014-05-27 | 1 | -45/+1 |
| | | | | Reviewed by: obrien | ||||
* | Merge bmake-20140101 from vendor | sjg | 2014-01-27 | 22 | -128/+306 |
| | |||||
* | Don't SEGV when Hash_Table is uninitialized | sjg | 2013-11-14 | 1 | -0/+3 |
| | |||||
* | Avoid SEGV when passed NULL for list | sjg | 2013-11-14 | 1 | -0/+3 |
| | |||||
* | Fix Fx syntax. | sjg | 2013-09-27 | 1 | -1/+1 |
| | | | | | PR: 182269 Approved by: re@ | ||||
* | If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E") | sjg | 2013-09-06 | 1 | -1/+18 |
| | | | | | | | | into the job queue. This avoids closing down an entire build on failure of one branch. Probably has no use outside the context of universe/tinderbox. Reviewed by: obrien | ||||
* | Merge bmake-20130904 | sjg | 2013-09-05 | 20 | -46/+184 |
| | |||||
* | Pay attention to errCheck! | sjg | 2013-09-01 | 1 | -1/+1 |
| | | | | PR: 181715 | ||||
* | Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes) | sjg | 2013-08-16 | 2 | -1/+23 |
| | | | | for backwards compatability. | ||||
* | ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't. | sjg | 2013-08-10 | 1 | -0/+10 |
| | | | | | Consume up to next newline, and issue a parse warning. If no newline found before P_end, carry on as before. | ||||
* | Move the call to Job_SetPrefix() to Job_Init() so that | sjg | 2013-08-04 | 2 | -1/+1 |
| | | | | makefiles have had a chance to set .MAKE.JOB.PREFIX | ||||
* | Merge bmake-20130730 | sjg | 2013-08-02 | 23 | -165/+362 |
| | | | | | Main feature of interest is .MAKE.JOB.PREFIX= to suppress --- job --- tokens. | ||||
* | Fix use after free bug. | sjg | 2013-06-18 | 1 | -2/+4 |
| | | | | | | Parse_SetInput: curFile->fname was using the buffer passed to it - which ReadMakefile frees. This change makes the comment in ParseEOF about leaking curFile->fname true. | ||||
* | Update to bmake-20130604 to fix file descriptor leak. | sjg | 2013-06-05 | 5 | -22/+42 |
| | |||||
* | Sync with upstream version (20130520) that includes same fixes made last week. | sjg | 2013-05-20 | 16 | -235/+418 |
| | |||||
* | Fix wildcard srcs for phony targets | sjg | 2013-05-18 | 1 | -6/+6 |
| | |||||
* | Match what is in netbsd. | sjg | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | Var_Delete: expand name to delete if needed. | sjg | 2013-05-18 | 1 | -3/+12 |
| | |||||
* | We really need to get the bsd.own.mk from this tree so the | sjg | 2013-05-17 | 1 | -1/+4 |
| | | | | | correct options are set. Also defined NO_PWD_OVERRIDE to match behavior of fmake. | ||||
* | Local hack to allow smooth transition for ports. | sjg | 2013-05-01 | 1 | -1/+44 |
| | | | | | | | | | bsd.port.mk can set .MAKE.FreeBSD_UL=yes to cause :L and :U to have their old behavior. This should be reverted when 8.3 is EOL. PR: 173299 Reviewed by: obrien | ||||
* | Update to bmake-20130330 | sjg | 2013-04-02 | 29 | -330/+771 |
| | |||||
* | Merge bmake-20130123 | sjg | 2013-02-01 | 81 | -665/+10963 |
| | | | | Approved by: marcel (mentor) | ||||
* | Merge bmake-20121111 | sjg | 2012-11-16 | 8 | -27/+81 |
| | | | | | | Also pay attention to MK_SHARED_TOOLCHAIN. Approved by: marcel (mentor) | ||||
* | Merge bmake-20121010 | sjg | 2012-10-25 | 7 | -1335/+107 |
| | | | | Approved by: marcel (mentor) | ||||
* | Merge bmake-20120831 from vendor/NetBSD/bmake/dist. | marcel | 2012-10-03 | 120 | -0/+55801 |
Provenance: ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg |