summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
Commit message (Expand)AuthorAgeFilesLines
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-4/+4
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-34/+15
* Code that has been #if0'd with the comment "WHY" since revision 1.1 canJuli Mallett2002-10-021-8/+1
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett2002-09-281-3/+3
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-17/+17
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-49/+25
* Prefer BSDmakefile over makefile and Makefile.David E. O'Brien2002-04-131-1/+1
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* De'register.David E. O'Brien2002-04-131-13/+13
* remove __PWarner Losh2002-03-221-6/+6
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-27/+27
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-9/+9
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-13/+15
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-3/+12
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetAndrey A. Chernov1995-06-181-0/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-18/+18
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-27/+67
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+859