| Commit message (Expand) | Author | Age | Files | Lines |
* | If -B is specified to get compat mode (as opposed to just not giving | phk | 2004-11-12 | 1 | -0/+1 |
* | Wrap a comment properly. | ceri | 2004-11-12 | 1 | -1/+2 |
* | Add code to enforce the paralleism count (-j N) for the entire tree | phk | 2004-11-12 | 4 | -31/+119 |
* | Fix a (very) long standing bug in make (this has been there probably | harti | 2004-11-12 | 2 | -29/+102 |
* | Get rid of more local/remote leftovers | phk | 2004-11-11 | 3 | -24/+13 |
* | Get rid of now unused maxLocal variables. | phk | 2004-11-11 | 2 | -18/+4 |
* | Now with the remote job support removed there can be no remote jobs and | harti | 2004-11-05 | 3 | -111/+32 |
* | Remove the remote stuff from make. This actually never worked in our make | harti | 2004-11-04 | 3 | -460/+50 |
* | "unset verbose" is 13 characters, not 10. | ru | 2004-10-23 | 1 | -1/+1 |
* | Expand the scope of the .SHELL specification to also cover | ru | 2004-10-23 | 4 | -30/+46 |
* | remove XXX comment now that the kernel is fixed, there isn't any obvious | jmg | 2004-09-06 | 1 | -1/+1 |
* | Document the effects of modifying the .MAKEFLAGS internal | ru | 2004-08-18 | 1 | -1/+24 |
* | Put variable assignments on .MAKEFLAGS and .MFLAGS targets into | harti | 2004-08-12 | 4 | -52/+13 |
* | Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set | harti | 2004-08-09 | 1 | -0/+7 |
* | Correct the .Dd date. Pluralize 'assignment' in one place. | harti | 2004-08-04 | 1 | -2/+2 |
* | Correct the description of the MFLAGS and .MAKEFLAGS variables. Add | harti | 2004-08-03 | 1 | -6/+16 |
* | Put variable assignments from the command line into the MAKEFLAGS | harti | 2004-08-03 | 4 | -32/+79 |
* | Make the SIGCHLD handler static and declare its argument | harti | 2004-08-03 | 1 | -2/+2 |
* | Bump the date in .Dd for the recent '+' flag commit. | harti | 2004-07-29 | 1 | -1/+1 |
* | Implement POSIX's '+' flag for command lines. This flag causes a line | harti | 2004-07-29 | 5 | -32/+75 |
* | Fix handling of comments on .elif lines. The patch given in a followup | harti | 2004-07-22 | 1 | -0/+7 |
* | Improve make's diagnostic of mistmatched .if-.endif. This patch is | harti | 2004-07-20 | 3 | -18/+39 |
* | Make it clearer what means 'won't work' for .if string == ${VAR}. | harti | 2004-07-19 | 1 | -5/+12 |
* | Remove the dependency of the :C/regexp/replacement/ variable modifier | keramida | 2004-07-18 | 1 | -8/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+2 |
* | manlint | eik | 2004-07-02 | 1 | -6/+5 |
* | New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t... | eik | 2004-07-02 | 2 | -3/+30 |
* | Markup nits. | ru | 2004-05-19 | 1 | -7/+7 |
* | Treat kevent(2) returning an error EINTR as the non-error it is. | green | 2004-04-20 | 1 | -2/+3 |
* | The .DEFAULT target with no commands caused a null pointer dereference. | ru | 2004-04-12 | 1 | -1/+6 |
* | Document the new .warning directive. | ru | 2004-04-12 | 1 | -2/+8 |
* | Added the new .warning directive. | ru | 2004-04-12 | 1 | -3/+33 |
* | Unbreak compilation on RELENG_4. | ru | 2004-04-05 | 1 | -1/+1 |
* | Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>), | des | 2004-04-05 | 1 | -4/+6 |
* | Reworked the fix to print the useful line number on error in | ru | 2004-03-10 | 3 | -89/+79 |
* | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | ru | 2004-03-09 | 1 | -0/+1 |
* | Fixed line numbering inside the .for loops. | ru | 2004-03-09 | 1 | -1/+3 |
* | Fixed a bug that previous revision has introduced -- we missed | ru | 2004-01-25 | 1 | -3/+5 |
* | Fixed broken logic when parsing double quotes. | ru | 2004-01-22 | 1 | -14/+5 |
* | Revert previous commit, ru has ideas how to better document this | schweikh | 2004-01-21 | 1 | -9/+1 |
* | Document __MAKE_CONF and its default, /etc/make.conf. | schweikh | 2004-01-19 | 1 | -1/+9 |
* | Allow variable substitutions in SYSV variable substitutions like | harti | 2004-01-12 | 1 | -22/+33 |
* | Moved the code for :U and :L modifiers where it belongs, so that | ru | 2004-01-10 | 1 | -32/+32 |
* | Change the select timeout from 100ms to 2 seconds now that SIGCHILD is | scottl | 2003-12-19 | 1 | -2/+2 |
* | Install a SIGCHLD handler so select(2) will be interrupted when a child | des | 2003-12-13 | 1 | -0/+20 |
* | Fix a bug in variable parsing code that could cause a segfault. | ru | 2003-10-06 | 1 | -2/+6 |
* | Make the -q option DTRT in the compat mode. | ru | 2003-10-03 | 2 | -1/+2 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -3/+8 |
* | Document the recently added `O' modifier. | ru | 2003-10-02 | 1 | -0/+2 |
* | Implement the O modifier. The O modifier sorts the words in a | marcel | 2003-09-18 | 1 | -1/+51 |