aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesHartmut Brandt2005-01-261-1/+24
* Sort sections.Ruslan Ermilov2005-01-181-29/+29
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-3/+3
* Describe the .SHELL target.Hartmut Brandt2004-12-031-1/+109
* Document the effects of modifying the .MAKEFLAGS internalRuslan Ermilov2004-08-181-1/+24
* Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be setHartmut Brandt2004-08-091-0/+7
* Correct the .Dd date. Pluralize 'assignment' in one place.Hartmut Brandt2004-08-041-2/+2
* Correct the description of the MFLAGS and .MAKEFLAGS variables. AddHartmut Brandt2004-08-031-6/+16
* Bump the date in .Dd for the recent '+' flag commit.Hartmut Brandt2004-07-291-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-291-3/+9
* Make it clearer what means 'won't work' for .if string == ${VAR}.Hartmut Brandt2004-07-191-5/+12
* Remove the dependency of the :C/regexp/replacement/ variable modifierGiorgos Keramidas2004-07-181-8/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
* manlintOliver Eikemeier2004-07-021-6/+5
* New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t...Oliver Eikemeier2004-07-021-2/+20
* Markup nits.Ruslan Ermilov2004-05-191-7/+7
* Document the new .warning directive.Ruslan Ermilov2004-04-121-2/+8
* Revert previous commit, ru has ideas how to better document thisJens Schweikhardt2004-01-211-9/+1
* Document __MAKE_CONF and its default, /etc/make.conf.Jens Schweikhardt2004-01-191-1/+9
* Document the recently added `O' modifier.Ruslan Ermilov2003-10-021-0/+2
* - Cut out the code that caches the "." directory out of Dir_Init()Ruslan Ermilov2003-09-141-1/+7
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-63/+63
* Document the confusing behavior that the .if conditional defaultsRuslan Ermilov2002-11-011-0/+1
* Mention that the left-hand side of the comparisonRuslan Ermilov2002-10-291-3/+2
* Document the parsing bug.Ruslan Ermilov2002-09-271-1/+13
* Make it clear that the ":C" variable modifier expects an extendedArchie Cobbs2002-09-061-2/+2
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andJuli Mallett2002-08-251-0/+5
* make(I) appeared in PWB UNIX.Juli Mallett2002-06-171-2/+1
* mdoc(7) police: removed unnecessary .Ns's.Ruslan Ermilov2002-05-301-3/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-9/+15
* Move the sysV variable substitution up with the BSD feature that replaced it.David E. O'Brien2002-04-191-2/+2
* Prefer BSDmakefile over makefile and Makefile.David E. O'Brien2002-04-131-0/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-2/+2
* Un.Ar makefile. The add of .Ar was part of my last commit.Philippe Charnier2002-04-121-3/+1
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need toPhilippe Charnier2002-04-121-13/+17
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.Ruslan Ermilov2001-07-161-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Note that sys.mk is read before any other file (even Makefile)David E. O'Brien2001-05-231-1/+4
* mdoc(7) police: remove hard sentence breaks.Dima Dorfman2001-04-301-16/+32
* unifdef -UWANT_ENV_PWD.Ruslan Ermilov2001-04-251-25/+12
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Uname is in section 3 of the manual pages.David Malone2001-02-111-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-13/+6
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-10/+11
* Xref make.conf(5), and point to /usr/share/doc/psd/12.make for theNik Clayton2000-11-291-1/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-13/+13
* Add :L and :U variable modifiers. These convert the variable's value toWill Andrews2000-10-091-0/+4
* Add :C/// variable modifier, which is similar to :S/// in functionalityWill Andrews2000-10-091-0/+28