summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
Commit message (Expand)AuthorAgeFilesLines
* Add :u var modifier (remove adjacent duplicate words like uniq(1).fjoe2006-04-081-0/+3
* Revise the manpage to a certain extent, mostly with respect toyar2005-10-141-32/+68
* __MAKE_CONF doesn't really belong here because it isyar2005-10-121-10/+1
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.yar2005-10-101-4/+13
* Remove redundant `\&' escapes.ru2005-09-271-28/+28
* Fixup previous commit.ru2005-09-271-3/+2
* Add a .sinclude directive which does the exact same as .include, exceptphk2005-09-261-1/+9
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Markup and wording fixes.ru2005-06-141-9/+14
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")harti2005-05-241-0/+5
* Describe the meta and builtins attributes for the .SHELL specialharti2005-05-241-0/+14
* Describe the -x option and the .WARN pseudo-target.harti2005-05-241-0/+33
* Document the new -A flag for ignoring archive errors.harti2005-03-311-2/+5
* Expand *n't contractions.ru2005-02-131-5/+5
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesharti2005-01-261-1/+24
* Sort sections.ru2005-01-181-29/+29
* Scheduled mdoc(7) sweep.ru2005-01-111-3/+3
* Describe the .SHELL target.harti2004-12-031-1/+109
* Document the effects of modifying the .MAKEFLAGS internalru2004-08-181-1/+24
* 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
* 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-291-3/+9
* 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-021-2/+20
* Markup nits.ru2004-05-191-7/+7
* Document the new .warning directive.ru2004-04-121-2/+8
* 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
* Document the recently added `O' modifier.ru2003-10-021-0/+2
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-141-1/+7
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-63/+63
* Document the confusing behavior that the .if conditional defaultsru2002-11-011-0/+1
* Mention that the left-hand side of the comparisonru2002-10-291-3/+2
* Document the parsing bug.ru2002-09-271-1/+13
* Make it clear that the ":C" variable modifier expects an extendedarchie2002-09-061-2/+2
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-251-0/+5
* make(I) appeared in PWB UNIX.jmallett2002-06-171-2/+1
* mdoc(7) police: removed unnecessary .Ns's.ru2002-05-301-3/+3
* Use `The .Nm utility'charnier2002-04-201-9/+15
* Move the sysV variable substitution up with the BSD feature that replaced it.obrien2002-04-191-2/+2
* Prefer BSDmakefile over makefile and Makefile.obrien2002-04-131-0/+1
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-2/+2
* Un.Ar makefile. The add of .Ar was part of my last commit.charnier2002-04-121-3/+1
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need tocharnier2002-04-121-13/+17
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
OpenPOWER on IntegriCloud