summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2008-08-10Drop trailing whitespace. Use .Dq.wiz
2008-08-10Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822.cube
2008-07-31Micro-optimise VarQuote by exploiting that meta characters are normallyjoerg
2008-07-31Meta characters are a constant, mark it so.joerg
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-03PR/38840: Pierre Pronchery: make crashes while parsing long lines in Makefileschristos
2008-05-26PR/38756: dominik: make dumps core on invalid makefilechristos
2008-05-15VAR_CMD context is used by conditionals and other purposes, sosjg
2008-05-15Disable this for now, VAR_CMD is abused for other purposes...sjg
2008-05-14Do not set vars in VAR_GLOBAL context, if they have been set on thesjg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-31If the name passed to Var_Exists contains '$' run it through Var_Subst.sjg
2008-02-15back all changes out until I fix it properly.christos
2008-02-15Improve dh's fix:christos
2008-02-15fix typo in commentdholland
2008-02-15Avoid SIGSEGV caused by signed/unsigned mismatch. (hi xtos)dholland
2008-02-15remove error/noerror constchristos
2008-02-15fix != expansion bug I introduced.christos
2008-02-15- symbolic names for error and no errorchristos
2008-02-14- use pid_t/size_t as appropriate instead of int.christos
2008-02-07Print the complain about random stuff after empty only once.joerg
2008-02-06Warn for constructs likejoerg
2008-02-05Be pedantic and use unsigned int here as uwe@ suggested.joerg
2008-02-05Merge from pkgsrc's bmake: don't use signed short for bitfields.joerg
2008-01-19Implement -dl (aka LOUD) to override '@' at the start of script lines.sjg
2008-01-03When we extend the buffer used to read makefiles (in order to read linesdsl
2007-12-21If make can't find a rule to create a file it needs to satisfy a ruledsl
2007-10-22Allow .PATH<suffix> to be used for .include "".sjg
2007-10-15If we don't have emalloc, we won't have strndup either.sjg
2007-10-14Make it easier for the build environment (such as a configure script)apb
2007-10-13Revert to revision 1.128. Now that the Var* functions no longer try toapb
2007-10-13Don't write into const strings; not even if we intend toapb
2007-10-13strlen returns size_tchristos
2007-10-13* Convert all uses of strdup() to estrdup();apb
2007-10-13Oops, missed a few more comments in previous.apb
2007-10-13Correct documentation for Var_Parse's freePtr arg. It's a pointer toapb
2007-10-13When processing .include "../../foo.mk" lexically process the leading ../dsl
2007-10-13The 'job_prefix' string can be static but not const 'hi xtos'.dsl
2007-10-12If we are going to save the names of all opened makefiles, do so when filesdsl
2007-10-12static a const string.christos
2007-10-12improve on previouschristos
2007-10-12Var_Subst() seems to write into its input string! So we do need a copy.dsl
2007-10-12Remove tmp[] buffer and strncpy() call.dsl
2007-10-11If _BASENAME_DEFSHELL is defined, it might be a full path,sjg
2007-10-09Fix an off-by-one error in handing mal-formed modifiers.sjg
2007-10-08Use .MAKE.MAKEFILES to track all the makefiles that have been readsjg
2007-10-05Add the ability to .export variables to the environment.sjg
2007-10-01Add the ability to tweak the token output before targets in job mode.sjg
2007-09-25Revert 1.34 (CFLAGS+=-g) that have been commited by mistake (hi, xtos).uwe
2007-08-13A small word can sometimes express things clearer ...rillig