| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r241280: make: report :M or :N pattern in debug mode | Andriy Gapon | 2012-10-20 | 1 | -0/+1 |
| * | MF9: r237100: MFC r236338, r236339, r236346, r236347, r236365, & r236977 | David E. O'Brien | 2012-10-09 | 4 | -8/+53 |
| * | MFC r227121: make(1): obj dirs are physical paths so write `pwd -P` | Jilles Tjoelker | 2011-12-30 | 1 | -3/+3 |
| * | MFC r218909: | Rebecca Cran | 2011-02-24 | 1 | -1/+1 |
| * | MFC: r207948 | Christian Brueffer | 2010-07-04 | 1 | -6/+6 |
| * | Use strlcpy() instead of manually setting the last byte of the array to \0. | Xin LI | 2009-06-23 | 1 | -8/+4 |
| * | Add volatile to sig_atomic_t where it was missing. | Dag-Erling Smørgrav | 2009-06-14 | 1 | -1/+1 |
| * | Avoid infinite loops when remaking makefiles not only | Max Khon | 2009-04-07 | 4 | -41/+26 |
| * | Partially revert r186559. | David E. O'Brien | 2009-02-03 | 1 | -1/+1 |
| * | Remove duplicate OPTFLAGS definition. | Max Khon | 2009-02-02 | 1 | -1/+0 |
| * | Sort the options, per style(9). | Warner Losh | 2009-02-02 | 1 | -24/+25 |
| * | David doesn't consider the prior -s behavior a bug. Back out this | Warner Losh | 2009-01-31 | 1 | -1/+0 |
| * | Unbreak make -s. There's about a 10% performance improvement with -s | Warner Losh | 2009-01-30 | 1 | -0/+1 |
| * | Remove inlining of functions that are used mostly in different object files. | Roman Divacky | 2009-01-20 | 3 | -4/+4 |
| * | Don't enable -Q by default - I've fixed the rescue build issue. | David E. O'Brien | 2009-01-13 | 2 | -3/+3 |
| * | Note that r186713 also contained a change to VarAdd where we propagate the | David E. O'Brien | 2009-01-06 | 1 | -2/+1 |
| * | + Add the -Q be-quiet flag for parallel jobs. | David E. O'Brien | 2009-01-03 | 5 | -24/+29 |
| * | 1. Add the ability to tweak the token output before targets in job mode. | David E. O'Brien | 2008-12-29 | 6 | -4/+57 |
| * | Consistently use Var_SetGlobal(). | David E. O'Brien | 2008-12-29 | 3 | -4/+4 |
| * | Fix up after last commit: | Tom Rhodes | 2008-12-27 | 1 | -6/+5 |
| * | Clarify the behaviour of conditionals when dealing with comparisons. | Luigi Rizzo | 2008-12-26 | 1 | -12/+23 |
| * | Exit with error code 2 when run with -k (continue if errors) and build failed. | Max Khon | 2008-12-18 | 5 | -25/+23 |
| * | Since in some cases (when found obsolete) 'make' can be builded earlier | Andrey A. Chernov | 2008-09-29 | 1 | -1/+6 |
| * | Use arc4random_uniform(3) | Andrey A. Chernov | 2008-08-07 | 1 | -1/+1 |
| * | Add POSIX -p flag to make(1). | Ed Schouten | 2008-07-30 | 2 | -4/+19 |
| * | Note that the .POSIX special target disables the "Remaking Makefiles" feature. | David E. O'Brien | 2008-06-27 | 1 | -0/+3 |
| * | Fix splitting into words of the .for expression to allow for | Ruslan Ermilov | 2008-03-24 | 1 | -22/+8 |
| * | Fix bugs in the previous revision. | Ruslan Ermilov | 2008-03-24 | 1 | -8/+13 |
| * | If the special target .MAKEFILEDEPS exists, then enable the | David E. O'Brien | 2008-03-12 | 1 | -26/+26 |
| * | If the special target .MAKEFILEDEPS exists, then enable the | David E. O'Brien | 2008-03-12 | 4 | -1/+24 |
| * | The non-POSIX environment variable MAKE was superseded | Yaroslav Tykhiy | 2008-03-05 | 1 | -1/+1 |
| * | Don't forget to set MAKEFLAGS in the childs' environment | Yaroslav Tykhiy | 2008-03-05 | 2 | -31/+35 |
| * | It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKE | David E. O'Brien | 2008-03-04 | 1 | -0/+2 |
| * | No need to tell make to DTRT with "make love", just do it. | David E. O'Brien | 2008-03-04 | 2 | -11/+0 |
| * | <limits.h> is necessary for using INT_MIN, so included it here | Warner Losh | 2008-03-04 | 1 | -0/+1 |
| * | Move a stray paragraph on .Ev MAKEFLAGS to where it belongs. | Yaroslav Tykhiy | 2008-03-04 | 1 | -14/+14 |
| * | Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate. | Yaroslav Tykhiy | 2008-03-04 | 1 | -21/+27 |
| * | Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity. | Yaroslav Tykhiy | 2008-03-04 | 1 | -2/+2 |
| * | Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98 | Warner Losh | 2008-03-04 | 1 | -8/+7 |
| * | Linux requires -D__dead2= and -D__unused= to get rid of the | Warner Losh | 2008-03-04 | 1 | -1/+1 |
| * | Use a clever definition of __FBSDID to allow building on !FreeBSD systems. | Warner Losh | 2007-12-09 | 1 | -2/+5 |
| * | Fix -jX when makefiles are remade. | Max Khon | 2007-11-25 | 1 | -0/+16 |
| * | Give more details on the following topics: | Yaroslav Tykhiy | 2007-10-31 | 1 | -7/+77 |
| * | 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 |