summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
AgeCommit message (Expand)Author
2008-08-10Drop trailing whitespace. Use .Dq.wiz
2008-08-10Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822.cube
2008-01-19Implement -dl (aka LOUD) to override '@' at the start of script lines.sjg
2007-10-08Use .MAKE.MAKEFILES to track all the makefiles that have been readsjg
2007-10-05Add the ability to .export variables to the environment.sjg
2007-10-01Add the ability to tweak the token output before targets in job mode.sjg
2007-08-13A small word can sometimes express things clearer ...rillig
2007-01-234 -> 4.0, since Nx does not accept all arguments without complaint.wiz
2006-12-23Fix a typo. Use Nx.wiz
2006-11-19Update information on .ORDER and .WAIT.dsl
2006-06-29Fixed the bug reported in PR 33866, which is that the :Q operator does notrillig
2006-06-17Fix mispelling.reed
2006-03-19New sentence, new line.wiz
2006-03-19Document an interesting kwirk in := handling of undefined variables.sjg
2006-03-11Markup fixes.wiz
2006-02-26Make ".WAIT" apply recursively to all children of nodes on the rightapb
2006-02-26Fix typo.wiz
2006-02-26Update man page and add test case for specifying modifiers via variable.sjg
2006-01-22Make .NOTPARALLEL stop the job engine issuing more than one token (insteaddsl
2005-06-27Consistency. Use Pp instead of br.wiz
2005-06-27Restore the rework from rev 1.115 and expand the description of .OBJDIRlukem
2005-06-26Since the obj dir handling changes in the code have beenwiz
2005-06-23Deprecate support for automagically setting the .OBJDIR tolukem
2005-06-19Fix an article, and drop trailing whitespace.wiz
2005-06-18Change "non-escaped" to "unescaped".rpaulo
2005-06-17Bump date for -jn, and add some formatting.wiz
2005-06-17Add new debugging option '-dn' which will leave the scripts fed into make onjmc
2005-06-15We now support comments until the end of a non-escaped line.rpaulo
2005-06-01New sentence, new line; grammar improvements.wiz
2005-06-01Add :Ox for random ordering, based on patch fromsjg
2005-05-08Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them.christos
2005-05-01PR/9566: Arne H. Juul: Document special targets that do not obey dependencies.christos
2005-02-23In the case of :? modifier, variable can be an expression - say so.sjg
2004-07-13Sort options in synopsis.wiz
2004-05-07Add comma in enumerations; fix a sentence; plural needs no apostrophe.wiz
2004-05-07Remove use of sh -e when running in compat mode.sjg
2004-02-05Bump date; uppercase POSIX.wiz
2004-02-05Briefly document the posix command line order and add that thisross
2004-02-04Use more mdoc macros; new sentence, new line; bump date for previous.wiz
2004-02-03add parent directory search for make as discussed on tech-toolchain.chuck
2004-01-27Document more SPECIAL SOURCES (aka ATTRIBUTES).lukem
2003-12-26Bump date for previous; use macros for marking upwiz
2003-12-26Note that variable expansion can occur within SYSV style = substitions.jmc
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