summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-15Put .INCLUDEDFROM* in the right sectionsjg
2014-02-15delete the correct variables on eofchristos
2014-02-12Reduce the calls to realloc from brk_string by basing initial argmax guesssjg
2014-02-07Use Var_Value() instead of getenv() to obtain MAKEOBJDIR{,PREFIX}.pooka
2014-01-19Emphasise the fact that the regexp and replacement in :C/// areapb
2014-01-10Bump date for previous.wiz
2014-01-10add .INCLUDEDFROM{FILE,DIR}christos
2014-01-03Treat '~' as a meta char requiring a shell.sjg
2013-11-26Include signal.h early for MiNT and Linux. From pkgsrc.joerg
2013-11-14Don't SEGV when Hash_Table is uninitializedsjg
2013-11-14Don't SEGV when passed NULL for list.sjg
2013-11-07apostrophe's do not make plural's.dholland
2013-10-27Remove trailing whitespace.wiz
2013-10-25Explain that ${VAR:M*} will normalise the inter-word spacing.apb
2013-10-25The :C/// modifier takes an extendedregular expression.apb
2013-10-18fix unused variable warningschristos
2013-10-01meta_oodate: 'L'ink and 'M'ove entries need extra processing.sjg
2013-09-14If MAKE_NATIVE, use sysctl to get MACHINE_ARCH from hw.machine_arch.matt
2013-09-04Add VAR_INTERNAL as a context for variables set by make itself,sjg
2013-09-02Do not apply shellErrFlag unless errCheck is true.sjg
2013-08-28Fix parsing of SUNSHCMD style :sh = assigments.sjg
2013-08-11Use Va markup to show that the "suffix" part of ".PATH.suffix"apb
2013-08-11Document .PATH.suffix:. Noted by apb back in December of 2008dholland
2013-08-10ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.sjg
2013-08-04Move the call to Job_SetPrefix() to Job_Init() so thatsjg
2013-07-30Allow an empty .MAKE.JOB.PREFIX to supress output of --- job --- tokenssjg
2013-07-18From bmake: move decl of pwd nearer to where it is used so the wholesjg
2013-07-16When a var is set in the CMD context, it prevents the same namesjg
2013-07-16Fix unit-tests to cope with recent change to prognamesjg
2013-07-16use bmake_foo instead of efoo()christos
2013-07-16More gmake compatibility:christos
2013-07-15Make this work again like gmake. sjg: see the test program.christos
2013-07-09For .MAKE.LEVEL.ENV use VAR_CMD so updates are ignoredsjg
2013-07-09Set .MAKE.LEVEL.ENV to the name of the env variable used to communicatesjg
2013-07-06If using gmake's MAKELEVEL; use it the same waysjg
2013-07-05If commandShell hasErrCtl is true, set shellErrFlag for use bysjg
2013-06-29PR/47973: Justin Cormack: build uses <sys/signal.h> not in POSIXchristos
2013-06-26fix a typoagc
2013-06-25Remove trailing whitespace.wiz
2013-06-25Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the pathssjg
2013-06-24Ignore any files in /proc/sjg
2013-06-18Use a #define for the variable name we put in environment to pass .MAKE.LEVELsjg
2013-06-18Fix use after free bug.sjg
2013-06-10put back previous changechristos
2013-06-10Revert last, it doesn't even build.joerg
2013-06-101. Don't export .MAKE.LEVEL, because this is an illegal variable name forchristos
2013-06-05JobCreatePipe: do fcntl() *after* any fiddling of fd'ssjg
2013-05-29Clean up some left overssjg
2013-05-22improve wordingchristos