aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
...
* | Partial merge of man page cleanups from NetBSD:Craig Rodrigues2010-01-271-16/+16
* | Fix the previous commit (still not used to svn vs. cvs). Use theHartmut Brandt2010-01-111-4/+2
* | Make make respect the TMPDIR environment variable.Hartmut Brandt2010-01-101-5/+14
* | Add ability to search up the directory hierarchy for the system directory.David E. O'Brien2010-01-044-11/+158
* | Report lines that ought to contain a ':' operator but start with a '.'David E. O'Brien2010-01-041-2/+5
* | Add check for subversion "original" marker.David E. O'Brien2010-01-041-0/+1
* | Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* | Add missing `void' keyword.Ed Schouten2009-12-291-1/+1
* | - Partially revert r200417. config.h brings several definitions,Stanislav Sedov2009-12-172-0/+2
* | Remove unnecessary includes.Xin LI2009-12-1110-20/+0
* | Add a missing space to the error message when execvp() failed.Stefan Farfeleder2009-12-051-1/+1
* | Catch up with r144020's /Dir_FindFile/Path_FindFile/David E. O'Brien2009-11-172-2/+2
* | Garbage collect some old #ifdef'ed code from 1994 that causes vi's '%'David E. O'Brien2009-11-172-27/+0
* | Reset UPTODATE gnodes after remaking makefiles when makeMax Khon2009-10-181-15/+21
* | Exit with non-zero error code in case of errorsMax Khon2009-10-181-0/+2
* | Use strlcpy() instead of manually setting the last byte of the array to \0.Xin LI2009-06-231-8/+4
* | Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav2009-06-141-1/+1
* | Avoid infinite loops when remaking makefiles not onlyMax Khon2009-04-074-41/+26
* | Partially revert r186559.David E. O'Brien2009-02-031-1/+1
* | Remove duplicate OPTFLAGS definition.Max Khon2009-02-021-1/+0
* | Sort the options, per style(9).Warner Losh2009-02-021-24/+25
* | 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