summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
AgeCommit message (Expand)Author
2012-04-11make has had heuristics to avoid parallel make recursion.Marc Espie
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-01-23Remove an ugly workaround that was needed to cope with the 9-argument-limitIngo Schwarze
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-07-19document new. hints from jmc@Marc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-02-04MACHINE_CPU here too;Jason McIntyre
2010-02-03Add a new default variable in Makefile context, MACHINE_CPU. Its value isMiod Vallat
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-11-04changes to get target equivalence to work better.Marc Espie
2008-09-01section headings do not need to be quoted; from Alan R. S. BuenoJason McIntyre
2008-08-01Document the MAKEFILE variable as unreliable.Alexander Bluhm
2008-03-03tweak previous;Jason McIntyre
2008-03-02document the two big bugs left that somewhat hinder parallel mode.Marc Espie
2007-12-01zap trailing whitespace;Jason McIntyre
2007-12-01I was sure I had committed this already, grrrr.Marc Espie
2007-11-28debug scaffolding: allows the insertion of a random delay before firing upMarc Espie
2007-11-03remove extraneous space;Jason McIntyre
2007-11-03document that .ORDER only means something in parallel modeMarc Espie
2007-11-02sort arguments;Jason McIntyre
2007-11-02Work done at p2k7.Marc Espie
2007-07-09tweaks;Jason McIntyre
2007-07-08A set of big related changes. okay millert@, tested further by kettenis@Marc Espie
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-01-12change incorrect FILES entries for makefiles;Jason McIntyre
2005-12-29correction from ray lai;Jason McIntyre
2005-01-15Operator for comparisons is '==' and not '='.Marc Balmer
2004-04-21- correct SYNOPSISJason McIntyre
2004-03-13.IT -> .ItJason McIntyre
2004-02-12plural of suffix is suffixes;Jason McIntyre
2004-02-09slight tweaks, ok jmc@Marc Espie
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2003-11-22:mod, simpler search patterns. Idea from NetBSD.Marc Espie
2003-09-29- add some indent and spacingJason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-07-14- .Ql -> .Sq where literal doesn't make senseJason McIntyre
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-28little cleanup;Jason McIntyre
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-01-05Grammar and typo fixes, general language improvementsPeter Valchev
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
2002-06-08. include,Marc Espie
2002-04-16explain how conditionals/includes/loops interact.Marc Espie
2002-03-23uname(3); hunter@dg.net.uaTheo de Raadt