aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* MFC 228157:John Baldwin2012-10-232-58/+49
* MFC r241280: make: report :M or :N pattern in debug modeAndriy Gapon2012-10-201-0/+1
* Update MAKE_VERSION for r237100.David E. O'Brien2012-10-091-1/+1
* MFC r239071:Dimitry Andric2012-08-211-1/+1
* MFC: r236338, r236339, r236346, r236347, r236365, & r236977David E. O'Brien2012-06-143-7/+52
* MFC: r231544Max Khon2012-06-081-8/+15
* MFC r234782:Konstantin Belousov2012-05-131-0/+4
* MFC r227121: make(1): obj dirs are physical paths so write `pwd -P`Jilles Tjoelker2011-12-301-3/+3
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-042-3756/+0
* Remove hack needed by 6.x machines and older machines to run newerWarner Losh2010-10-061-22/+1
* Use more portable errx instead of errc. The latter doesn't buy usWarner Losh2010-10-061-4/+2
* Remove extraneous ;Ed Maste2010-07-121-1/+1
* - Missing full stopsChristian Brueffer2010-05-121-6/+6
* Remove yet another vestage of alpha support.Warner Losh2010-04-061-2/+0
* Eliminated nits from last commit.Ruslan Ermilov2010-01-271-15/+15
* 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