summaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-2646-46/+46
* MFC: :u (unique) var modifierMax Khon2008-06-132-0/+43
* MFC: r1.125: Fix -j with Makefiles specified via stdin.Will Andrews2007-04-141-1/+1
* MFC rev. 1.100:Yaroslav Tykhiy2007-03-101-1/+1
* MFC rev. 1.101: grammar.Maxim Konovalov2007-01-071-1/+1
* MFC: 1.46: Don't go beyond the provided string when parsing `\'.Ruslan Ermilov2006-10-161-2/+4
* MFC manpage fixes related to make.conf(5) and, in make.1,Yaroslav Tykhiy2006-01-221-33/+69
* MFC: 1.110: Fix .include <> to match documented behavior.Ruslan Ermilov2005-11-161-17/+16
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-181-1/+1
* MFC to RELENG_6.Hartmut Brandt2005-07-201-1/+1
* Markup and wording fixes.Ruslan Ermilov2005-06-141-9/+14
* Under certain conditions the condition parser would go one past end ofHartmut Brandt2005-05-251-1/+1
* Document why there is a dependency of certain object files from theHartmut Brandt2005-05-251-0/+6
* The caller of Var_Value() should not change the variable value. MakeHartmut Brandt2005-05-245-14/+15
* Get rid of the third argument to Var_Value() the pointer it pointedHartmut Brandt2005-05-248-65/+26
* Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt2005-05-241-1/+1
* Bump the warning level to 6.Hartmut Brandt2005-05-241-1/+1
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itHartmut Brandt2005-05-241-1/+2
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt2005-05-244-123/+193
* Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt2005-05-247-477/+588
* Use the name of the default shell instead of a numeric index to selectHartmut Brandt2005-05-243-8/+4
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")Hartmut Brandt2005-05-242-8/+18
* Describe the meta and builtins attributes for the .SHELL specialHartmut Brandt2005-05-241-0/+14
* Describe the -x option and the .WARN pseudo-target.Hartmut Brandt2005-05-241-0/+33
* Before doing any parsing parse the builtin shell specifications andHartmut Brandt2005-05-243-178/+204
* Allow the .SHELL target to specify the list of shell meta characters andHartmut Brandt2005-05-241-288/+304
* Make the ArgArray_Init() function visible to the rest of make.Hartmut Brandt2005-05-232-1/+2
* Get rid of global variables for argument vectors produced by brk_string()Hartmut Brandt2005-05-187-210/+262
* Get rid of the ReturnStatus obscuration that was anyway used onlyHartmut Brandt2005-05-188-45/+32
* Use the print_flags function to print the OP_ flags of a target.Hartmut Brandt2005-05-134-41/+28
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andHartmut Brandt2005-05-1316-81/+27
* Make Shell_Init() static - it's only used here.Hartmut Brandt2005-05-132-10/+9
* Include <err.h>. On my system CVS Make(1) has an implicit declaration ofJuli Mallett2005-05-121-0/+1
* Still too early to bump WARNS - there are still warnings on 64bitHartmut Brandt2005-05-121-1/+1
* Make sure machine is initialize before use. Also make two pointers constHartmut Brandt2005-05-121-4/+5
* Get rid of the warning about vfork() clobbering variables.Hartmut Brandt2005-05-121-4/+9
* Do mktemp() by hand to get rid of the mktemp() warning and theHartmut Brandt2005-05-121-17/+102
* Use a variable initialized to a string instead of the string directlyHartmut Brandt2005-05-122-7/+8
* Move code in CondToken() and get rid of a goto.Hartmut Brandt2005-05-121-12/+11
* Remove a useless else and un-indent the following code.Hartmut Brandt2005-05-121-369/+370
* Revert the previous accidential commit.Hartmut Brandt2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.Hartmut Brandt2005-05-122-12/+10
* The first element of the vector built by brk_string() is neverHartmut Brandt2005-05-122-10/+15
* Cleanup. Move initialisation of file and program global variablesHartmut Brandt2005-05-121-56/+56
* Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().Hartmut Brandt2005-05-123-18/+30
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")Hartmut Brandt2005-05-123-53/+63
* Reshuffle functions to get rid of prototypes.Hartmut Brandt2005-05-121-108/+102
* Compat_RunCommand is used only in job.c so make it static there.Hartmut Brandt2005-05-122-2/+2
* Move variable printing from main.c to var.cHartmut Brandt2005-05-123-29/+38
* Fix the fix for bin/72510 applied in job.c:1.70. Actually there haveHartmut Brandt2005-05-125-8/+13