summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.c
Commit message (Expand)AuthorAgeFilesLines
* Improve logging when -dm is specified: if the node is consideredfjoe2007-04-201-8/+5
* The caller of Var_Value() should not change the variable value. Makeharti2005-05-241-7/+7
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-241-12/+4
* Move the definitions of the OP_* constants from make.h into GNode.hharti2005-05-101-0/+1
* Style: indentation.harti2005-04-011-475/+473
* Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.harti2005-03-161-145/+99
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-041-1/+1
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-5/+14
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-38/+35
* Get rid of the sequential access feature of the lists. This was usedharti2004-12-081-46/+38
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-7/+7
* Make needs no circular lists so remove them from the list code.harti2004-12-071-1/+1
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-29/+29
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-84/+93
* Add code to enforce the paralleism count (-j N) for the entire treephk2004-11-121-2/+2
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-231-4/+4
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-34/+15
* Code that has been #if0'd with the comment "WHY" since revision 1.1 canjmallett2002-10-021-8/+1
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesjmallett2002-09-281-3/+3
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-17/+17
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-49/+25
* Prefer BSDmakefile over makefile and Makefile.obrien2002-04-131-1/+1
* Update SCM ID method.obrien2002-04-131-3/+1
* De'register.obrien2002-04-131-13/+13
* remove __Pimp2002-03-221-6/+6
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-27/+27
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-9/+9
* Use __RCSID()wsanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-171-13/+15
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importsteve1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:steve1996-10-061-3/+12
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetache1995-06-181-0/+2
* Remove trailing whitespace.rgrimes1995-05-301-18/+18
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-27/+67
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+859
OpenPOWER on IntegriCloud