summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2001-07-24Print out errno when vfork fails.matt
2001-07-03add .USEBEFORE Attributechristos
2001-06-12Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it notsjg
2001-06-11Revert Job_CatchOutput() change; it adds a considerable delay to make, andchristos
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-06-10Simplify the exporting of VAR_CMD's via MAKEFLAGS.sjg
2001-06-09Mention .MAKEOVERRIDESsjg
2001-06-09Do a better job of duplicate suppression in .MAKEOVERRIDES.sjg
2001-06-09Modify handling of command line variable assignments and their exportingsjg
2001-06-09Provide a useful? MAKE_VERSION.sjg
2001-06-05Perform variable expansion on sysv rhs patterns. That is, expand ${O} in: $...explorer
2001-06-02Avoid being overly specific since the unresolved merge conflict tagssommerfeld
2001-06-02mention `cvs' in the the previous hack so that the clueless get a clue.christos
2001-06-02Gratuitous make(1) hack of the morning: if operator-less lines startsommerfeld
2001-06-01A number of semi-related changes.sjg
2001-05-29better error messages on exec* failures. From Simon Burge.christos
2001-05-12Modifier :P avoid segfault if gn is found but path is NULL.sjg
2001-05-08Fix core dump triggered by a .DEFAULT target with no commands.aymeric
2001-05-01bin/12734: fix SIGTSTP/SIGCONT handling.sommerfeld
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-04-04getcwd lives in 3, not 2. Whitespace fixes.wiz
2001-03-10redo of previous: do not destroy v->val if str points to v->val.itojun
2001-03-09correct case with VAR_KEEP. if clause checked VAR_KEEP backwards,itojun
2001-03-05Test for non-existant LIB was incorrect (using cmtime cf. mtime).sjg
2001-02-23PR/12251: Thomas Klausner: Make core dumps on unclosed conditional.christos
2001-01-23<sys/time.h>, rather than <time.h>. The former is actually the documentedcgd
2001-01-18Add trace.othorpej