summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2002-02-10Targ_PrintType(): include .PHONY and .MADE attributes.pk
2002-02-10Fix for previous: JobRestart() return value check was reversed.pk
2002-02-08JobRestartJobs() should cease scheduling stopped jobs if the maximumpk
2002-02-08JobStart(): if there no commands to execute for a node, set its statuspk
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07When making a node which is the source of both a .MADE target and apk
2002-02-07Edit -mdoc usage.ross
2002-02-06Add `tu' and `tl' variable expansion modifiers, which transform thepk
2002-02-06JobPrintCommand: avoid stale pointers on a node's command list.pk
2002-02-04Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADEchristos
2002-02-03Bring down the number of stat(2) system calls from 682 to 294. This changechristos
2002-02-03Resurrect revision 1.23: no need to stat .PHONY targets.pk
2002-02-03Don't bother to apply suffix rules to find sources for a target markedpk
2002-02-01- Several paragraphs were indented one level further than needed.bgrayson
2002-01-31Fix the bug addressed in revision 1.27 properly. Analysis of the problempk
2002-01-27Fix major bug in make(1) ... due to shadowing of the dotLast path used forreinoud
2002-01-26Don't bother to lookup for files in `.' that start with a `/'. Cuts in thechristos
2002-01-26Process escaped characters properly. Now:christos
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
2002-01-24Small update to make(1) to let it follow more its own guidelines ! ... Thisreinoud
2002-01-18In Dir_FindFile() add a missing Lst_Close() and move another one to thepk
2002-01-18Before we #define __attribute__ away, #undef it.thorpej
2002-01-18Make sure to eat __attribute__'s argument, too.thorpej
2002-01-17__attribute__() if we're doing MAKE_BOOTSTRAP is a no-no.eeh
2002-01-16Bleh, make the conditional work *correctly* this time (...teaches me not totv
2002-01-16Fix typo in previous.tv
2002-01-16Don't look at archive timestamps if MAKE_BOOTSTRAP is set. (I'm nottv
2001-12-25- partially fix ${foo:?true:false} so that at least it now parses ok andlukem
2001-12-23outdent description of variable expansion modifierslukem
2001-12-11Allow MAKE_MACHINE to be unset if MAKE_BOOTSTRAP.tv
2001-12-11Add __CYGWIN__ to list of exceptions from homegrown strftime().tv
2001-11-30Clean up some MAKE_BOOTSTRAP issues wrt. MACHINE/MACHINE_ARCH.thorpej
2001-11-14Fix a very old and annoying bug: Adding suffixes to sufflist wasn't settingtv
2001-11-12Redo the hashtable for "." if .OBJDIR changes.tv
2001-11-12Whitespace/punctuation nits.wiz
2001-11-12Add new make variable .ALLTARGETS, which lists all targets in the Makefile.tv
2001-11-12Sort list of make variables.tv
2001-11-11Back out my rev. 1.75 on recommendation of christos.tv
2001-11-11Fix long-standing bug where, if an objdir exists, searching the .PATH for atv
2001-11-02Apparently something was missed in the Main_SetObjdir commit. Fix a TRUEtv
2001-11-02Strike getenv("PWD") entirely, based on prior discussion with sjg. Thistv
2001-10-31Overhaul the initialization and handling of .OBJDIR:tv
2001-10-31Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work.tv
2001-10-23Fix typo in definition of PARSEFILE. It should refer to PARSEDIR (and notjmc
2001-10-16Don't ignore errors during .END processing.sjg
2001-10-16When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need tosjg
2001-09-24va_{start,end} audit:wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-20precede, not preceed.wiz
2001-08-13Nit.ad