summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* __MAKE_CONF doesn't really belong here because it isyar2005-10-121-10/+1
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.yar2005-10-101-4/+13
* Make sure that the created fifo gets deleted if the top level make instancescottl2005-10-091-0/+2
* Remove redundant `\&' escapes.ru2005-09-271-28/+28
* Fixup previous commit.ru2005-09-271-3/+2
* Please ship the pointy hat to its home position.phk2005-09-261-2/+0
* Update coordinates for "mph" hash generator now that it lives in ports.phk2005-09-261-1/+1
* Add a .sinclude directive which does the exact same as .include, exceptphk2005-09-264-20/+45
* Fix the type of the variable 'debug'. It is used as a bitmap, so theharti2005-09-071-1/+1
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Fix the "..." special command. If this command is found all furtherharti2005-07-191-1/+1
* Markup and wording fixes.ru2005-06-141-9/+14
* Under certain conditions the condition parser would go one past end ofharti2005-05-251-1/+1
* Document why there is a dependency of certain object files from theharti2005-05-251-0/+6
* The caller of Var_Value() should not change the variable value. Makeharti2005-05-245-14/+15
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-248-65/+26
* Make shell.o dependend on the Makefile just in case someone changesharti2005-05-241-1/+1
* Bump the warning level to 6.harti2005-05-241-1/+1
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itharti2005-05-241-1/+2
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forharti2005-05-244-123/+193
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-247-477/+588
* Use the name of the default shell instead of a numeric index to selectharti2005-05-243-8/+4
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")harti2005-05-242-8/+18
* Describe the meta and builtins attributes for the .SHELL specialharti2005-05-241-0/+14
* Describe the -x option and the .WARN pseudo-target.harti2005-05-241-0/+33
* Before doing any parsing parse the builtin shell specifications andharti2005-05-243-178/+204
* Allow the .SHELL target to specify the list of shell meta characters andharti2005-05-241-289/+305
* Make the ArgArray_Init() function visible to the rest of make.harti2005-05-232-1/+2
* Get rid of global variables for argument vectors produced by brk_string()harti2005-05-187-211/+263
* Get rid of the ReturnStatus obscuration that was anyway used onlyharti2005-05-188-45/+32
* Use the print_flags function to print the OP_ flags of a target.harti2005-05-134-41/+28
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-1316-81/+27
* Make Shell_Init() static - it's only used here.harti2005-05-132-10/+9
* Include <err.h>. On my system CVS Make(1) has an implicit declaration ofjmallett2005-05-121-0/+1
* Still too early to bump WARNS - there are still warnings on 64bitharti2005-05-121-1/+1
* Make sure machine is initialize before use. Also make two pointers constharti2005-05-121-4/+5
* Get rid of the warning about vfork() clobbering variables.harti2005-05-121-4/+9
* Do mktemp() by hand to get rid of the mktemp() warning and theharti2005-05-121-17/+102
* Use a variable initialized to a string instead of the string directlyharti2005-05-122-7/+8
* Move code in CondToken() and get rid of a goto.harti2005-05-121-12/+11
* Remove a useless else and un-indent the following code.harti2005-05-121-377/+378
* Revert the previous accidential commit.harti2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.harti2005-05-122-12/+10
* The first element of the vector built by brk_string() is neverharti2005-05-122-10/+15
* Cleanup. Move initialisation of file and program global variablesharti2005-05-121-56/+56
* Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().harti2005-05-123-18/+30
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")harti2005-05-123-53/+63
* Reshuffle functions to get rid of prototypes.harti2005-05-121-108/+102
* Compat_RunCommand is used only in job.c so make it static there.harti2005-05-122-2/+2
* Move variable printing from main.c to var.charti2005-05-123-29/+38
OpenPOWER on IntegriCloud