summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() instead of manually setting the last byte of the array to \0.delphij2009-06-231-8/+4
* Add volatile to sig_atomic_t where it was missing.des2009-06-141-1/+1
* Avoid infinite loops when remaking makefiles not onlyfjoe2009-04-074-41/+26
* Partially revert r186559.obrien2009-02-031-1/+1
* Remove duplicate OPTFLAGS definition.fjoe2009-02-021-1/+0
* Sort the options, per style(9).imp2009-02-021-24/+25
* David doesn't consider the prior -s behavior a bug. Back out thisimp2009-01-311-1/+0
* Unbreak make -s. There's about a 10% performance improvement with -simp2009-01-301-0/+1
* Remove inlining of functions that are used mostly in different object files.rdivacky2009-01-203-4/+4
* Don't enable -Q by default - I've fixed the rescue build issue.obrien2009-01-132-3/+3
* Note that r186713 also contained a change to VarAdd where we propagate theobrien2009-01-061-2/+1
* + Add the -Q be-quiet flag for parallel jobs.obrien2009-01-035-24/+29
* 1. Add the ability to tweak the token output before targets in job mode.obrien2008-12-296-4/+57
* Consistently use Var_SetGlobal().obrien2008-12-293-4/+4
* Fix up after last commit:trhodes2008-12-271-6/+5
* Clarify the behaviour of conditionals when dealing with comparisons.luigi2008-12-261-12/+23
* Exit with error code 2 when run with -k (continue if errors) and build failed.fjoe2008-12-185-25/+23
* Since in some cases (when found obsolete) 'make' can be builded earlierache2008-09-291-1/+6
* Use arc4random_uniform(3)ache2008-08-071-1/+1
* Add POSIX -p flag to make(1).ed2008-07-302-4/+19
* Note that the .POSIX special target disables the "Remaking Makefiles" feature.obrien2008-06-271-0/+3
* Fix splitting into words of the .for expression to allow forru2008-03-241-22/+8
* Fix bugs in the previous revision.ru2008-03-241-8/+13
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-121-26/+26
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-124-1/+24
* The non-POSIX environment variable MAKE was supersededyar2008-03-051-1/+1
* Don't forget to set MAKEFLAGS in the childs' environmentyar2008-03-052-31/+35
* It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKEobrien2008-03-041-0/+2
* No need to tell make to DTRT with "make love", just do it.obrien2008-03-042-11/+0
* <limits.h> is necessary for using INT_MIN, so included it hereimp2008-03-041-0/+1
* Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.yar2008-03-041-14/+14
* Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.yar2008-03-041-21/+27
* Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.yar2008-03-041-2/+2
* Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98imp2008-03-041-8/+7
* Linux requires -D__dead2= and -D__unused= to get rid of theimp2008-03-041-1/+1
* Use a clever definition of __FBSDID to allow building on !FreeBSD systems.imp2007-12-091-2/+5
* Fix -jX when makefiles are remade.fjoe2007-11-251-0/+16
* Give more details on the following topics:yar2007-10-311-7/+77
* Change directory back to ${.CURDIR} when remaking Makefiles.fjoe2007-06-011-1/+9
* Improve logging when -dm is specified: if the node is consideredfjoe2007-04-203-8/+7
* When remaking makefiles check that mtime has actually changed.fjoe2007-04-201-3/+14
* In .error and .warning, prefer command-line variablesru2007-04-121-1/+1
* Better English.fjoe2007-03-081-1/+1
* Implement "Remaking Makefiles" feature:fjoe2007-03-087-27/+279
* Fix a bug where the standard input (fifoFd == 0) was confused with anwill2007-03-081-1/+1
* o Grammar: is appears -> appears.maxim2006-12-311-1/+1
* Fix a group of typos:yar2006-12-291-1/+1
* Don't go beyond the provided string when parsing the `\' character.ru2006-10-091-2/+4
* Markup nit.ru2006-09-291-1/+1
* Markup fixes.ru2006-09-291-1/+1
OpenPOWER on IntegriCloud