aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* MFC: v1.34John-Mark Gurney2004-09-141-1/+1
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoHartmut Brandt2004-08-124-52/+13
* Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be setHartmut Brandt2004-08-091-0/+7
* Correct the .Dd date. Pluralize 'assignment' in one place.Hartmut Brandt2004-08-041-2/+2
* Correct the description of the MFLAGS and .MAKEFLAGS variables. AddHartmut Brandt2004-08-031-6/+16
* Put variable assignments from the command line into the MAKEFLAGSHartmut Brandt2004-08-034-32/+79
* Make the SIGCHLD handler static and declare its argumentHartmut Brandt2004-08-031-2/+2
* Bump the date in .Dd for the recent '+' flag commit.Hartmut Brandt2004-07-291-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-295-32/+75
* Fix handling of comments on .elif lines. The patch given in a followupHartmut Brandt2004-07-221-0/+7
* Improve make's diagnostic of mistmatched .if-.endif. This patch isHartmut Brandt2004-07-203-17/+38
* Make it clearer what means 'won't work' for .if string == ${VAR}.Hartmut Brandt2004-07-191-5/+12
* Remove the dependency of the :C/regexp/replacement/ variable modifierGiorgos Keramidas2004-07-181-8/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
* manlintOliver Eikemeier2004-07-021-6/+5
* New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t...Oliver Eikemeier2004-07-022-3/+30
* Markup nits.Ruslan Ermilov2004-05-191-7/+7
* Treat kevent(2) returning an error EINTR as the non-error it is.Brian Feldman2004-04-201-2/+3
* The .DEFAULT target with no commands caused a null pointer dereference.Ruslan Ermilov2004-04-121-1/+6
* Document the new .warning directive.Ruslan Ermilov2004-04-121-2/+8
* Added the new .warning directive.Ruslan Ermilov2004-04-121-3/+33
* Unbreak compilation on RELENG_4.Ruslan Ermilov2004-04-051-1/+1
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),Dag-Erling Smørgrav2004-04-051-4/+6
* Reworked the fix to print the useful line number on error inRuslan Ermilov2004-03-103-89/+79
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getRuslan Ermilov2004-03-091-0/+1
* Fixed line numbering inside the .for loops.Ruslan Ermilov2004-03-091-1/+3
* Fixed a bug that previous revision has introduced -- we missedRuslan Ermilov2004-01-251-3/+5
* Fixed broken logic when parsing double quotes.Ruslan Ermilov2004-01-221-14/+5
* Revert previous commit, ru has ideas how to better document thisJens Schweikhardt2004-01-211-9/+1
* Document __MAKE_CONF and its default, /etc/make.conf.Jens Schweikhardt2004-01-191-1/+9
* Allow variable substitutions in SYSV variable substitutions likeHartmut Brandt2004-01-121-21/+32
* Moved the code for :U and :L modifiers where it belongs, so thatRuslan Ermilov2004-01-101-32/+32
* Change the select timeout from 100ms to 2 seconds now that SIGCHILD isScott Long2003-12-191-2/+2
* Install a SIGCHLD handler so select(2) will be interrupted when a childDag-Erling Smørgrav2003-12-131-0/+20
* Fix a bug in variable parsing code that could cause a segfault.Ruslan Ermilov2003-10-061-2/+6
* Make the -q option DTRT in the compat mode.Ruslan Ermilov2003-10-032-1/+2
* Fix a bug that prevented exists() from finding "foo/", "foo/."Ruslan Ermilov2003-10-021-3/+8
* Document the recently added `O' modifier.Ruslan Ermilov2003-10-021-0/+2
* Implement the O modifier. The O modifier sorts the words in aMarcel Moolenaar2003-09-181-1/+51
* - Cut out the code that caches the "." directory out of Dir_Init()Ruslan Ermilov2003-09-144-67/+87
* Command line variables take precedence over global variables.Ruslan Ermilov2003-09-081-1/+1
* Keep up with minor changes to NetBSD. Consider a variable empty whenWarner Losh2003-09-071-1/+1
* Fixed broken arithmetic expression parser.Ruslan Ermilov2003-07-041-5/+2
* Sync usage() with SYNOPSIS.Ruslan Ermilov2003-04-151-3/+3
* No need to check to see if we're running a version of FreeBSD 3.0 current orWarner Losh2003-04-041-3/+0
* Remove another unused Makefile.Tom Rhodes2003-02-031-8/+0
* Change the handling of non-anchored global substitutions of the emptyMarcel Moolenaar2003-01-151-8/+9
* Prevent infinite substitution of the empty string by forcing non-Marcel Moolenaar2003-01-131-0/+11
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-63/+63