summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the shell table sentinel. It isn't needed anymore becauseharti2004-11-221-10/+1
* Eliminate the define for POSIX and build with Posix behaviour.harti2004-11-173-62/+12
* If -B is specified to get compat mode (as opposed to just not givingphk2004-11-121-0/+1
* Wrap a comment properly.ceri2004-11-121-1/+2
* Add code to enforce the paralleism count (-j N) for the entire treephk2004-11-124-31/+119
* Fix a (very) long standing bug in make (this has been there probablyharti2004-11-122-29/+102
* Get rid of more local/remote leftoversphk2004-11-113-24/+13
* Get rid of now unused maxLocal variables.phk2004-11-112-18/+4
* Now with the remote job support removed there can be no remote jobs andharti2004-11-053-111/+32
* Remove the remote stuff from make. This actually never worked in our makeharti2004-11-043-460/+50
* "unset verbose" is 13 characters, not 10.ru2004-10-231-1/+1
* Expand the scope of the .SHELL specification to also coverru2004-10-234-30/+46
* remove XXX comment now that the kernel is fixed, there isn't any obviousjmg2004-09-061-1/+1
* Document the effects of modifying the .MAKEFLAGS internalru2004-08-181-1/+24
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoharti2004-08-124-52/+13
* Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be setharti2004-08-091-0/+7
* Correct the .Dd date. Pluralize 'assignment' in one place.harti2004-08-041-2/+2
* Correct the description of the MFLAGS and .MAKEFLAGS variables. Addharti2004-08-031-6/+16
* Put variable assignments from the command line into the MAKEFLAGSharti2004-08-034-32/+79
* Make the SIGCHLD handler static and declare its argumentharti2004-08-031-2/+2
* Bump the date in .Dd for the recent '+' flag commit.harti2004-07-291-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineharti2004-07-295-32/+75
* Fix handling of comments on .elif lines. The patch given in a followupharti2004-07-221-0/+7
* Improve make's diagnostic of mistmatched .if-.endif. This patch isharti2004-07-203-18/+39
* Make it clearer what means 'won't work' for .if string == ${VAR}.harti2004-07-191-5/+12
* Remove the dependency of the :C/regexp/replacement/ variable modifierkeramida2004-07-181-8/+7
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
* manlinteik2004-07-021-6/+5
* New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t...eik2004-07-022-3/+30
* Markup nits.ru2004-05-191-7/+7
* Treat kevent(2) returning an error EINTR as the non-error it is.green2004-04-201-2/+3
* The .DEFAULT target with no commands caused a null pointer dereference.ru2004-04-121-1/+6
* Document the new .warning directive.ru2004-04-121-2/+8
* Added the new .warning directive.ru2004-04-121-3/+33
* Unbreak compilation on RELENG_4.ru2004-04-051-1/+1
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),des2004-04-051-4/+6
* Reworked the fix to print the useful line number on error inru2004-03-103-89/+79
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getru2004-03-091-0/+1
* Fixed line numbering inside the .for loops.ru2004-03-091-1/+3
* Fixed a bug that previous revision has introduced -- we missedru2004-01-251-3/+5
* Fixed broken logic when parsing double quotes.ru2004-01-221-14/+5
* Revert previous commit, ru has ideas how to better document thisschweikh2004-01-211-9/+1
* Document __MAKE_CONF and its default, /etc/make.conf.schweikh2004-01-191-1/+9
* Allow variable substitutions in SYSV variable substitutions likeharti2004-01-121-22/+33
* Moved the code for :U and :L modifiers where it belongs, so thatru2004-01-101-32/+32
* Change the select timeout from 100ms to 2 seconds now that SIGCHILD isscottl2003-12-191-2/+2
* Install a SIGCHLD handler so select(2) will be interrupted when a childdes2003-12-131-0/+20
* Fix a bug in variable parsing code that could cause a segfault.ru2003-10-061-2/+6
* Make the -q option DTRT in the compat mode.ru2003-10-032-1/+2
* Fix a bug that prevented exists() from finding "foo/", "foo/."ru2003-10-021-3/+8
OpenPOWER on IntegriCloud