summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Peter Wemm2000-09-251-1/+6
* Use pwd instead of cwd in backticks. cwd in backticks doesn't doSheldon Hearn2000-07-171-2/+2
* Update make(1) manpage to include information about the new loudWill Andrews2000-05-141-0/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-10/+20
* Fix errors in .Xr usage.Nik Clayton2000-03-011-1/+1
* ${.MAKE} -> ${MAKE}Ruslan Ermilov2000-01-191-1/+1
* Make '||' visible.Martin Cracauer1999-12-051-1/+1
* s/with historical makefils//. Also, relocate and change the descriptionTim Vanderhoek1999-09-111-7/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-126/+297
* Bad reference of getcwd(2) changed to getcwd(3).Chris Costello1999-08-141-2/+2
* Make VPATH explanation more concise. I apparently was not thinkingChris Costello1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.Chris Costello1999-08-121-16/+13
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.Chris Costello1999-08-111-1/+16
* Add a -E flag, similar to -e (overide variables from environment) exceptTim Vanderhoek1999-07-311-3/+7
* Add :Q to quote variable expansion to all proper expansion ofWarner Losh1999-04-191-1/+5
* Described the search path Make uses to find makefiles.Peter da Silva1998-11-291-4/+37
* Fixed bugs in previous commit:Bruce Evans1998-11-151-4/+5
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-141-1/+3