summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.h
Commit message (Expand)AuthorAgeFilesLines
* 1. Add the ability to tweak the token output before targets in job mode.obrien2008-12-291-0/+2
* Implement "Remaking Makefiles" feature:fjoe2007-03-081-0/+1
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-131-1/+1
* Move the definitions of the OP_* constants from make.h into GNode.hharti2005-05-101-77/+3
* Move the remaining two prototypes from nonints.h to make.h andharti2005-05-101-0/+3
* Make shellPath and shellName static - they're used in job.c only.harti2005-05-101-8/+0
* Introduce a flag to enable extended warnings (-x) and make them offharti2005-04-281-0/+7
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-256/+13
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-19/+24
* Get rid of the sequential access feature of the lists. This was usedharti2004-12-081-0/+3
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatharti2004-12-081-4/+1
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-14/+14
* Improve make's diagnostic of mistmatched .if-.endif. This patch isharti2004-07-201-0/+16
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-101-0/+1
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-091-0/+2
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-3/+2
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-0/+7
* #define<space> -> #define<tab>jmallett2002-09-171-54/+54
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-1/+1
* remove __Pimp2002-03-221-33/+6
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingwill2001-01-211-0/+2
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-6/+1
* Add loud debugging facility (-dl option) which allows programmers/developerswill2000-05-141-0/+1
* Remove the #include of sys/param.h. It was meant to improve portabilityhoek1999-09-111-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-171-12/+23
* Add a -E flag, similar to -e (overide variables from environment) excepthoek1999-07-311-2/+5
* Added a -v (verbose) option and hid multi-job file banner generationdg1998-11-141-1/+2
* 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/+1
* Merge in NetBSD's changes to make(1). Changes include:steve1996-10-061-2/+8
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-6/+14
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+357
OpenPOWER on IntegriCloud