aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
...
* David doesn't consider the prior -s behavior a bug. Back out thisWarner Losh2009-01-311-1/+0
* Unbreak make -s. There's about a 10% performance improvement with -sWarner Losh2009-01-301-0/+1
* Remove inlining of functions that are used mostly in different object files.Roman Divacky2009-01-203-4/+4
* Don't enable -Q by default - I've fixed the rescue build issue.David E. O'Brien2009-01-132-3/+3
* Note that r186713 also contained a change to VarAdd where we propagate theDavid E. O'Brien2009-01-061-2/+1
* + Add the -Q be-quiet flag for parallel jobs.David E. O'Brien2009-01-035-24/+29
* 1. Add the ability to tweak the token output before targets in job mode.David E. O'Brien2008-12-296-4/+57
* Consistently use Var_SetGlobal().David E. O'Brien2008-12-293-4/+4
* Fix up after last commit:Tom Rhodes2008-12-271-6/+5
* Clarify the behaviour of conditionals when dealing with comparisons.Luigi Rizzo2008-12-261-12/+23
* Exit with error code 2 when run with -k (continue if errors) and build failed.Max Khon2008-12-185-25/+23
* Since in some cases (when found obsolete) 'make' can be builded earlierAndrey A. Chernov2008-09-291-1/+6
* Use arc4random_uniform(3)Andrey A. Chernov2008-08-071-1/+1
* Add POSIX -p flag to make(1).Ed Schouten2008-07-302-4/+19
* Note that the .POSIX special target disables the "Remaking Makefiles" feature.David E. O'Brien2008-06-271-0/+3
* Fix splitting into words of the .for expression to allow forRuslan Ermilov2008-03-241-22/+8
* Fix bugs in the previous revision.Ruslan Ermilov2008-03-241-8/+13
* If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien2008-03-121-26/+26
* If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien2008-03-124-1/+24
* The non-POSIX environment variable MAKE was supersededYaroslav Tykhiy2008-03-051-1/+1
* Don't forget to set MAKEFLAGS in the childs' environmentYaroslav Tykhiy2008-03-052-31/+35
* It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKEDavid E. O'Brien2008-03-041-0/+2
* No need to tell make to DTRT with "make love", just do it.David E. O'Brien2008-03-042-11/+0
* <limits.h> is necessary for using INT_MIN, so included it hereWarner Losh2008-03-041-0/+1
* Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.Yaroslav Tykhiy2008-03-041-14/+14
* Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.Yaroslav Tykhiy2008-03-041-21/+27
* Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.Yaroslav Tykhiy2008-03-041-2/+2
* Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98Warner Losh2008-03-041-8/+7
* Linux requires -D__dead2= and -D__unused= to get rid of theWarner Losh2008-03-041-1/+1
* Use a clever definition of __FBSDID to allow building on !FreeBSD systems.Warner Losh2007-12-091-2/+5
* Fix -jX when makefiles are remade.Max Khon2007-11-251-0/+16
* Give more details on the following topics:Yaroslav Tykhiy2007-10-311-7/+77
* Change directory back to ${.CURDIR} when remaking Makefiles.Max Khon2007-06-011-1/+9
* Improve logging when -dm is specified: if the node is consideredMax Khon2007-04-203-8/+7
* When remaking makefiles check that mtime has actually changed.Max Khon2007-04-201-3/+14
* In .error and .warning, prefer command-line variablesRuslan Ermilov2007-04-121-1/+1
* Better English.Max Khon2007-03-081-1/+1
* Implement "Remaking Makefiles" feature:Max Khon2007-03-087-27/+279
* Fix a bug where the standard input (fifoFd == 0) was confused with anWill Andrews2007-03-081-1/+1
* o Grammar: is appears -> appears.Maxim Konovalov2006-12-311-1/+1
* Fix a group of typos:Yaroslav Tykhiy2006-12-291-1/+1
* Don't go beyond the provided string when parsing the `\' character.Ruslan Ermilov2006-10-091-2/+4
* Markup nit.Ruslan Ermilov2006-09-291-1/+1
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* Tell when a .include is processed with '-dd'.David E. O'Brien2006-07-221-0/+1
* VarAdd() already does the debug printing, so Var_Set() only needs to do itDavid E. O'Brien2006-07-171-2/+1
* whitespace fixingDavid E. O'Brien2006-07-171-8/+8
* So, what's it supposed to say when you type "make love"?Ruslan Ermilov2006-05-111-0/+1
* Update comment about var modifiers (add 'N' and 'O' descriptions).Max Khon2006-04-081-2/+5
* Add :u var modifier (remove adjacent duplicate words like uniq(1).Max Khon2006-04-082-0/+43