summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
AgeCommit message (Expand)Author
2017-06-19Add -v variable that always expands variables; restore -V the way it was.christos
2017-02-01Since we are avoiding VAR_INTERNAL, allow the variable :_ stores tosjg
2017-01-30Add :range and :_sjg
2017-01-14Allow providing a utc value to :{gm,local}timesjg
2016-08-26Document .DELETE_ON_ERROR.dholland
2016-08-18Whitespace.wiz
2016-08-15Add .MAKE.META.IGNORE_FILTER to allow more complicated filtering of filemon d...sjg
2016-08-10Set .ERROR_CMD if we cansjg
2016-06-03Fix typo in width argument; end sentence with dot.wiz
2016-06-03Refactor the logic for deciding when a .meta file is needed.sjg
2016-05-10Allow for ignoring paths that match a set of patterns.sjg
2016-03-16Fix syntaxsjg
2016-03-14make $@ an alias for $! in archive member rules (compatibility withmatthias
2016-02-20Spelling fixes.wiz
2016-02-20Add a knob .MAKE.SAVE_DOLLARS to control the behavior of $$ during :=sjg
2016-02-18Add .export-literal to avoid the need for $$ dance when trying to putsjg
2016-02-18It's 2016sjg
2016-02-18Add support for .dincludesjg
2015-06-05Drop trailing whitespace.wiz
2015-06-05Document .OBJDIR target.sjg
2015-04-10It's 2015.wiz
2015-04-10Remove trailing whitespace.wiz
2015-04-09Forgot to tweak datesjg
2015-04-09jobs mode handles '-' very differently to compat mode, but this is notsjg
2014-09-14Small markup fixes:apb
2014-09-14bump date; I think I'm done for tonightdholland
2014-09-14Add some notes on compatibility with other make dialects.dholland
2014-09-14Improve the documentation of rule-local variables. Cherry-picked fromdholland
2014-09-14Improvements pertaining to shell commands and chdir. Some of thisdholland
2014-09-09Restore -r1.234 of make.1, which was an unrelated fix from sjg pertainingdholland
2014-09-09Revert the man page as well. (hi joerg)dholland
2014-09-05Reduce pirate slang.wiz
2014-09-04document commented out .INVISIBLE and .JOIN.christos
2014-08-28Enter/leave flag is -w not -dwsjg
2014-08-23PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)christos
2014-08-23Bump date for previous.wiz
2014-08-23PR/49085: Jarmo Jaakkola: fix several parsing errorschristos
2014-02-15Put .INCLUDEDFROM* in the right sectionsjg
2014-01-19Emphasise the fact that the regexp and replacement in :C/// areapb
2014-01-10Bump date for previous.wiz
2014-01-10add .INCLUDEDFROM{FILE,DIR}christos
2013-11-07apostrophe's do not make plural's.dholland
2013-10-27Remove trailing whitespace.wiz
2013-10-25Explain that ${VAR:M*} will normalise the inter-word spacing.apb
2013-10-25The :C/// modifier takes an extendedregular expression.apb
2013-08-11Use Va markup to show that the "suffix" part of ".PATH.suffix"apb
2013-08-11Document .PATH.suffix:. Noted by apb back in December of 2008dholland
2013-07-30Allow an empty .MAKE.JOB.PREFIX to supress output of --- job --- tokenssjg
2013-07-16More gmake compatibility:christos
2013-06-26fix a typoagc