summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
AgeCommit message (Expand)Author
2003-12-07Drop trailing spaces.wiz
2003-12-07Add back 'on error' that got deleted by mistake.dsl
2003-12-07Add a -Dg3 which outputs the 'input graph' only on error exit.dsl
2003-11-07Add some subsections in the VARIABLE ASSIGNMENTS section.lukem
2003-10-09properly dottify .\" comments; this fixes output of [range] paragraphjdolecek
2003-09-27Implement :[] modifier to allow picking a range of words out of a variable.sjg
2003-09-10Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "targetjmmv
2003-09-10Document the '-d f' flag.jmmv
2003-09-05Whitespace nits.wiz
2003-09-05Allow -V '${FOO}' to print the expanded version of FOO.sjg
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Allow .SHELL: to control the shell used by compat mode too.sjg
2003-07-16Bump date for tu addition; drop trailing space; sort a bit.wiz
2003-07-14Add a :ts[c] modifier to allow controlling the separator used betweensjg
2003-06-26Misc mdoc fixes (mostly quoting).wiz
2003-05-23New sentence, new line; bump date for last.wiz
2003-05-23PR/10917: John Hawkinson: Document $MAKE and say which one we want to be using.christos
2003-04-16Bump date for last.wiz
2003-04-01Added MAKESYSPATH environment variable as per jmmv's suggestion injrf
2003-03-14Add a -X option, which prevents make(1) from putting variablesthorpej
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-09Be more specific how to call arguments of modifiers.uebayasi
2003-01-03Tyop fixesmjl
2002-11-29Bump date for .PATH description; begin sentence with upper case letter;wiz
2002-11-26Whenever we update .PATH, set the variable ${.PATH} to reflect thesjg
2002-11-02environment variables, not environmental variablesperry
2002-09-30New sentence, new line.grant
2002-09-24Fix an Xr, add a comma and join two short lines. In short, minor changes :)wiz
2002-09-24add missing Lt.christos
2002-08-19End some sentences with a dot. bin/17987 by Julio Merino.wiz
2002-03-19clarify how :U workslukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Edit -mdoc usage.ross
2002-02-06Add `tu' and `tl' variable expansion modifiers, which transform thepk
2002-02-01- Several paragraphs were indented one level further than needed.bgrayson
2001-12-23outdent description of variable expansion modifierslukem
2001-11-12Whitespace/punctuation nits.wiz
2001-11-12Add new make variable .ALLTARGETS, which lists all targets in the Makefile.tv
2001-11-12Sort list of make variables.tv
2001-10-23Fix typo in definition of PARSEFILE. It should refer to PARSEDIR (and notjmc
2001-08-13Nit.ad
2001-07-03add .USEBEFORE Attributechristos
2001-06-10Simplify the exporting of VAR_CMD's via MAKEFLAGS.sjg
2001-06-09Mention .MAKEOVERRIDESsjg
2001-06-01A number of semi-related changes.sjg
2001-04-04getcwd lives in 3, not 2. Whitespace fixes.wiz
2001-01-14Provide a new .if commands(<target>) primitive that returns true if thechristos
2001-01-10PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings.christos
2001-01-01Delete forceSerial; just use compatMake for that.sommerfeld