summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
AgeCommit message (Expand)Author
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
2002-03-06First step in really explaining what make does, and what's standard,Marc Espie
2001-08-20Powered by @mantoya.Mike Pechkin
2001-05-05Document for loop mechanics for several variables.Marc Espie
2001-05-03Minor manpage tweaksMarc Espie
2001-03-29Pretty.Aaron Campbell
2000-12-06we actually have useful code for '.for' loops, its not a no-op. ok espie@Todd T. Fries
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-07-31POSIX rules: pass variables set on the command line to submakes throughMarc Espie
2000-07-06Insert missing .El directive; todd@Aaron Campbell