summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2009-04-07Avoid infinite loops when remaking makefiles not onlyMax Khon
2009-02-03Partially revert r186559.David E. O'Brien
2009-02-02Remove duplicate OPTFLAGS definition.Max Khon
2009-02-02Sort the options, per style(9).Warner Losh
2009-01-31David doesn't consider the prior -s behavior a bug. Back out thisWarner Losh
2009-01-30Unbreak make -s. There's about a 10% performance improvement with -sWarner Losh
2009-01-20Remove inlining of functions that are used mostly in different object files.Roman Divacky
2009-01-13Don't enable -Q by default - I've fixed the rescue build issue.David E. O'Brien
2009-01-06Note that r186713 also contained a change to VarAdd where we propagate theDavid E. O'Brien
2009-01-03+ Add the -Q be-quiet flag for parallel jobs.David E. O'Brien
2008-12-291. Add the ability to tweak the token output before targets in job mode.David E. O'Brien
2008-12-29Consistently use Var_SetGlobal().David E. O'Brien
2008-12-27Fix up after last commit:Tom Rhodes
2008-12-26Clarify the behaviour of conditionals when dealing with comparisons.Luigi Rizzo
2008-12-18Exit with error code 2 when run with -k (continue if errors) and build failed.Max Khon
2008-09-29Since in some cases (when found obsolete) 'make' can be builded earlierAndrey A. Chernov
2008-08-07Use arc4random_uniform(3)Andrey A. Chernov
2008-07-30Add POSIX -p flag to make(1).Ed Schouten
2008-06-27Note that the .POSIX special target disables the "Remaking Makefiles" feature.David E. O'Brien
2008-03-24Fix splitting into words of the .for expression to allow forRuslan Ermilov
2008-03-24Fix bugs in the previous revision.Ruslan Ermilov
2008-03-12If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien
2008-03-12If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien
2008-03-05The non-POSIX environment variable MAKE was supersededYaroslav Tykhiy
2008-03-05Don't forget to set MAKEFLAGS in the childs' environmentYaroslav Tykhiy
2008-03-04It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKEDavid E. O'Brien
2008-03-04No need to tell make to DTRT with "make love", just do it.David E. O'Brien
2008-03-04<limits.h> is necessary for using INT_MIN, so included it hereWarner Losh
2008-03-04Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.Yaroslav Tykhiy
2008-03-04Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.Yaroslav Tykhiy
2008-03-04Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.Yaroslav Tykhiy
2008-03-04Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98Warner Losh
2008-03-04Linux requires -D__dead2= and -D__unused= to get rid of theWarner Losh
2007-12-09Use a clever definition of __FBSDID to allow building on !FreeBSD systems.Warner Losh
2007-11-25Fix -jX when makefiles are remade.Max Khon
2007-10-31Give more details on the following topics:Yaroslav Tykhiy
2007-06-01Change directory back to ${.CURDIR} when remaking Makefiles.Max Khon
2007-04-20Improve logging when -dm is specified: if the node is consideredMax Khon
2007-04-20When remaking makefiles check that mtime has actually changed.Max Khon
2007-04-12In .error and .warning, prefer command-line variablesRuslan Ermilov
2007-03-08Better English.Max Khon
2007-03-08Implement "Remaking Makefiles" feature:Max Khon
2007-03-08Fix a bug where the standard input (fifoFd == 0) was confused with anWill Andrews
2006-12-31o Grammar: is appears -> appears.Maxim Konovalov
2006-12-29Fix a group of typos:Yaroslav Tykhiy
2006-10-09Don't go beyond the provided string when parsing the `\' character.Ruslan Ermilov
2006-09-29Markup nit.Ruslan Ermilov
2006-09-29Markup fixes.Ruslan Ermilov
2006-07-22Tell when a .include is processed with '-dd'.David E. O'Brien
2006-07-17VarAdd() already does the debug printing, so Var_Set() only needs to do itDavid E. O'Brien