summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2010-05-13Drop trailing white space. Use .Oo / .Oc explicitly to annotate that thejoerg
2010-05-10PrintOnError: run .ERROR last, so even if it causes problems wesjg
2010-05-05Revert bogus patch that attempted to canonicalize a non absolute argv[0] usingchristos
2010-05-05gcc defines __svr4__sjg
2010-04-29fflush stdout, before writing to stderr.sjg
2010-04-23PR: 42850sjg
2010-04-23On darwin at least, vfork() fails in child of vfork().sjg
2010-04-22Use _PATH_TMP instead of a literal /tmp; noted by Christosdholland
2010-04-22Force LANG=C to ensure sort(1) behaves as expectedsjg
2010-04-22don't use strlcpy; it causes bootstrap issues. (noted by moof)dholland
2010-04-22PR: 42850sjg
2010-04-22Just because $TMPDIR is set does not mean it is valid.sjg
2010-04-21If we do .export (all) and have any variables that involve :shsjg
2010-04-20Behavior of realpath() appears to vary.sjg
2010-04-20On some systems realpath will prefix make with cwd, so make suresjg
2010-04-15Add :tA to attempt to resolve to absoute path using realpath().sjg
2010-04-14If argv[0] is not an absolute path, attempt to resolve itsjg
2010-04-08Process .ERROR the same as .BEGIN, .END etcsjg
2010-04-07Sort a bit more.wiz
2010-04-07Add:sjg
2010-02-22\\ -> \ejoerg
2010-02-06Improve the error message that results when you have a multi-variable .fordholland
2010-01-04We need to have set curdir before calling Dir_FindHereOrAbove().sjg
2009-11-19New sentence, new line; remove trailing whitespace.wiz
2009-11-19Add .unexport - the exact opposite of .exportsjg
2009-11-19PR: make.unexportsjg
2009-11-19Add .unexport - the exact opposite of .exportsjg
2009-11-06Report lines that ought to contain a ':' operator but start with a '.'dsl
2009-11-06Change enum values so that TOK_FALSE is 0 and TOK_TRUE is 1.dsl
2009-10-15Do not work around ancient groff limits with .Xo/.Xc.joerg
2009-10-07The parser used to break dependency lines at ';' without regardsjg
2009-10-02Remove trailing whitespace.wiz
2009-10-01Add example of how to use the ?: modifier properly.dsl
2009-09-09We must delay setting .CURDIR and .OBJDIR until after MainParseArgs()sjg
2009-09-08Reviewed by: apbsjg
2009-09-07PR: 41998sjg
2009-09-03Use the W* macros to test wait results.dholland
2009-08-26Bump datesjg
2009-08-26Add -C directory, same as gmake and freebsd make.sjg
2009-06-26JobExec: child of vfork must not empty the sigset_t that parent willsjg
2009-06-16Child of vfork() must not alter the state of parent.sjg
2009-06-01Missing ':' in .ORDER examplesjg
2009-05-13Whitespace fix.wiz
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-11Typo fix: many file -> many files.snj
2009-04-11Bump date for previous.wiz
2009-04-11Honour the TMPDIR environment variable instead of always using /tmpapb
2009-03-24remove unneeded special rule for main.operry
2009-03-24per dholland, put back MAKE_VERSION for the benefit of third party users.perry
2009-03-20The Makefile and main.c arranged to put "netbsd-${DATE}" into theperry