| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 46 | -47/+47 |
| * | MFC: | David E. O'Brien | 2009-03-24 | 13 | -108/+187 |
| * | MFC: r180065: Note that the .POSIX special target disables the | David E. O'Brien | 2008-08-28 | 1 | -0/+3 |
| * | MFC r173217,176789,176792-176793,176839,176842 | Yaroslav Tykhiy | 2008-08-16 | 2 | -23/+103 |
| * | MFC: r177101, r177102, r177541: | David E. O'Brien | 2008-06-27 | 5 | -29/+57 |
| * | MFC: 1.44: Fix splitting into words of the .for expression to | Ruslan Ermilov | 2008-03-31 | 1 | -22/+8 |
| * | MFC: "make love" and GC bootstrapping aid for old (mid-2001) systems. | David E. O'Brien | 2008-03-16 | 2 | -10/+1 |
| * | Fix -jX when makefiles are remade. | Max Khon | 2007-11-29 | 1 | -0/+16 |
| * | Change directory back to ${.CURDIR} when remaking Makefiles. | Max Khon | 2007-06-01 | 1 | -1/+9 |
| * | Improve logging when -dm is specified: if the node is considered | Max Khon | 2007-04-20 | 3 | -8/+7 |
| * | When remaking makefiles check that mtime has actually changed. | Max Khon | 2007-04-20 | 1 | -3/+14 |
| * | In .error and .warning, prefer command-line variables | Ruslan Ermilov | 2007-04-12 | 1 | -1/+1 |
| * | Better English. | Max Khon | 2007-03-08 | 1 | -1/+1 |
| * | Implement "Remaking Makefiles" feature: | Max Khon | 2007-03-08 | 7 | -27/+279 |
| * | Fix a bug where the standard input (fifoFd == 0) was confused with an | Will Andrews | 2007-03-08 | 1 | -1/+1 |
| * | o Grammar: is appears -> appears. | Maxim Konovalov | 2006-12-31 | 1 | -1/+1 |
| * | Fix a group of typos: | Yaroslav Tykhiy | 2006-12-29 | 1 | -1/+1 |
| * | Don't go beyond the provided string when parsing the `\' character. | Ruslan Ermilov | 2006-10-09 | 1 | -2/+4 |
| * | Markup nit. | Ruslan Ermilov | 2006-09-29 | 1 | -1/+1 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-29 | 1 | -1/+1 |
| * | Tell when a .include is processed with '-dd'. | David E. O'Brien | 2006-07-22 | 1 | -0/+1 |
| * | VarAdd() already does the debug printing, so Var_Set() only needs to do it | David E. O'Brien | 2006-07-17 | 1 | -2/+1 |
| * | whitespace fixing | David E. O'Brien | 2006-07-17 | 1 | -8/+8 |
| * | So, what's it supposed to say when you type "make love"? | Ruslan Ermilov | 2006-05-11 | 1 | -0/+1 |
| * | Update comment about var modifiers (add 'N' and 'O' descriptions). | Max Khon | 2006-04-08 | 1 | -2/+5 |
| * | Add :u var modifier (remove adjacent duplicate words like uniq(1). | Max Khon | 2006-04-08 | 2 | -0/+43 |
| * | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. | Ruslan Ermilov | 2005-12-05 | 1 | -16/+11 |
| * | Quickly fix brokeness in revision 1.157, that change was | David Xu | 2005-12-01 | 1 | -4/+4 |
| * | - match_var: do not address memory at invalid address (`len' can be greater | Max Khon | 2005-11-30 | 2 | -3/+5 |
| * | Make sure that files included using ".include <foo>" are really | Ruslan Ermilov | 2005-10-17 | 1 | -17/+16 |
| * | Revise the manpage to a certain extent, mostly with respect to | Yaroslav Tykhiy | 2005-10-14 | 1 | -32/+68 |
| * | __MAKE_CONF doesn't really belong here because it is | Yaroslav Tykhiy | 2005-10-12 | 1 | -10/+1 |
| * | Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF. | Yaroslav Tykhiy | 2005-10-10 | 1 | -4/+13 |
| * | Make sure that the created fifo gets deleted if the top level make instance | Scott Long | 2005-10-09 | 1 | -0/+2 |
| * | Remove redundant `\&' escapes. | Ruslan Ermilov | 2005-09-27 | 1 | -28/+28 |
| * | Fixup previous commit. | Ruslan Ermilov | 2005-09-27 | 1 | -3/+2 |
| * | Please ship the pointy hat to its home position. | Poul-Henning Kamp | 2005-09-26 | 1 | -2/+0 |
| * | Update coordinates for "mph" hash generator now that it lives in ports. | Poul-Henning Kamp | 2005-09-26 | 1 | -1/+1 |
| * | Add a .sinclude directive which does the exact same as .include, except | Poul-Henning Kamp | 2005-09-26 | 4 | -20/+45 |
| * | Fix the type of the variable 'debug'. It is used as a bitmap, so the | Hartmut Brandt | 2005-09-07 | 1 | -1/+1 |
| * | Fix all the spelling mistakes I could find in the man pages for words | Giorgos Keramidas | 2005-07-31 | 1 | -1/+1 |
| * | Fix the "..." special command. If this command is found all further | Hartmut Brandt | 2005-07-19 | 1 | -1/+1 |
| * | Markup and wording fixes. | Ruslan Ermilov | 2005-06-14 | 1 | -9/+14 |
| * | Under certain conditions the condition parser would go one past end of | Hartmut Brandt | 2005-05-25 | 1 | -1/+1 |
| * | Document why there is a dependency of certain object files from the | Hartmut Brandt | 2005-05-25 | 1 | -0/+6 |
| * | The caller of Var_Value() should not change the variable value. Make | Hartmut Brandt | 2005-05-24 | 5 | -14/+15 |
| * | Get rid of the third argument to Var_Value() the pointer it pointed | Hartmut Brandt | 2005-05-24 | 8 | -65/+26 |
| * | Make shell.o dependend on the Makefile just in case someone changes | Hartmut Brandt | 2005-05-24 | 1 | -1/+1 |
| * | Bump the warning level to 6. | Hartmut Brandt | 2005-05-24 | 1 | -1/+1 |
| * | Fix a 64-bit warning by casting an int64_t to intmax_t and printing it | Hartmut Brandt | 2005-05-24 | 1 | -1/+2 |