summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2009-03-18use progname instead of getprogname() for portability.christos
2009-03-01use siginfo to report on the directory we are working on if available.christos
2009-02-25replace c++ style comment by a c-style onesno
2009-02-22Use pid_t for the result of fork and wait. PR 38031 from Ryan Stutsman.dholland
2009-02-18adjust patch to current.christos
2009-02-18CID 5044: Protect against NULL deref.christos
2009-02-03Update expected results to match recent changes!sjg
2009-01-30Rename all the members of 'enum Token' to TOK_FOO.dsl
2009-01-30Treat .ifdef ${foo} as .if defined(${foo}) not .if "${foo}" != "".dsl
2009-01-29Fix flagrantly wrong printf formats in compat strftime.dholland
2009-01-29Avoid infinite loop.enami
2009-01-28Allow for () in the argument to .ifdef et al.dsl
2009-01-24Fix sense of MAKE_NATICE test.dsl
2009-01-24Add #ifndef MAKE_NATIVE around __RCSIDdsl
2009-01-24Fixes to includes of make_malloc.h to that it actually builds whendsl
2009-01-24buildfixes for OSX:cegger
2009-01-24Sort sections. Fix typo (last line).wiz
2009-01-24buildfix: remove RCSID. It conflicts with the definition in the .c files.cegger
2009-01-24Move the bmake_malloc() functions into their own .c and .h files.dsl
2009-01-24Correct the definition of the :? modifier - in particular the modifierdsl