summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
AgeCommit message (Expand)Author
2015-06-16Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh
2009-12-17- Partially revert r200417. config.h brings several definitions,Stanislav Sedov
2009-12-11Remove unnecessary includes.Xin LI
2009-04-07Avoid infinite loops when remaking makefiles not onlyMax Khon
2008-12-18Exit with error code 2 when run with -k (continue if errors) and build failed.Max Khon
2007-04-20Improve logging when -dm is specified: if the node is consideredMax Khon
2005-05-24The caller of Var_Value() should not change the variable value. MakeHartmut Brandt
2005-05-24Get rid of the third argument to Var_Value() the pointer it pointedHartmut Brandt
2005-05-10Move the definitions of the OP_* constants from make.h into GNode.hHartmut Brandt
2005-04-01Style: indentation.Hartmut Brandt
2005-03-16Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.Hartmut Brandt
2005-02-04General whitespace cleanup: remove mixes of tabs and spaces, removeHartmut Brandt
2005-02-01Clean up include files and file including. Split nonints.h into piecesHartmut Brandt
2004-12-16Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt
2004-12-08Get rid of the sequential access feature of the lists. This was usedHartmut Brandt
2004-12-07Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt
2004-12-07Make needs no circular lists so remove them from the list code.Hartmut Brandt
2004-12-01Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt
2004-11-30Stylification: missing spaces, extra space after function names, castsHartmut Brandt
2004-11-12Add code to enforce the paralleism count (-j N) for the entire treePoul-Henning Kamp
2002-10-23Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett
2002-10-09Convert make(1) to use ANSI style function declarations. VariableJuli Mallett
2002-10-02Code that has been #if0'd with the comment "WHY" since revision 1.1 canJuli Mallett
2002-09-28Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett
2002-09-18Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett
2002-09-17Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett
2002-04-13Prefer BSDmakefile over makefile and Makefile.David E. O'Brien
2002-04-13Update SCM ID method.David E. O'Brien
2002-04-13De'register.David E. O'Brien
2002-03-22remove __PWarner Losh
2000-12-02There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews
2000-12-02There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews
2000-07-09Use __RCSID()Wilfredo Sanchez
1999-09-11Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-17Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-10-08O' to be bitten by CVS. Cleanup after importSteve Price
1996-10-06Merge in NetBSD's changes to make(1). Changes include:Steve Price
1995-06-18NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetAndrey A. Chernov
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-01-23Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes