summaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
AgeCommit message (Expand)Author
2016-02-18Adapt to changed Var_Subst()sjg
2015-06-17Centralize the "is a meta char" test, instead of using two different arrays.christos
2014-07-05Rework /usr/share/doc.dholland
2012-05-30Don't pass debug flags etc. to unit-testssjg
2011-08-14- remove gcc-4.5 warningschristos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-05-18Back out a local changedsl
2011-05-17If a makefile if a multiple of the page size and doesn't end with adsl
2010-09-13Add meta.c which implements "meta" mode for make.sjg
2010-04-22PR: 42850sjg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-24remove unneeded special rule for main.operry
2009-03-20The Makefile and main.c arranged to put "netbsd-${DATE}" into theperry
2009-01-24Move the bmake_malloc() functions into their own .c and .h files.dsl
2008-12-20Add functions for processing extendable arrays of pointers to strings.dsl
2008-10-06Don't use emalloc and friends directly, but call them consistentlyjoerg
2008-02-14- use pid_t/size_t as appropriate instead of int.christos
2007-09-25Revert 1.34 (CFLAGS+=-g) that have been commited by mistake (hi, xtos).uwe
2006-11-01Use of libutil to provide emalloc et al, should be predicated onsjg
2006-10-25Fix previous - need to add a lstPrev()dsl
2006-10-08WFORMAT is no more...peter
2006-08-29protect libutil with HOSTPROGchristos
2006-08-26More programs using efun.christos
2006-06-15Remove a hack that's no longer needed with gcc 3.3.6.skrll
2006-05-08Our gcc 3.3.3 (nb3) for hppa gets an "unrecognized insn" internalhe
2006-04-22Coverity CID 529: Call VarFreeEnv to prevent leak.christos
2004-05-07Simplify build, no functional changes.ross
2004-05-06Instead of including from the wrong directory and then fixing it (-I)ross
2004-02-15Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone doessjg
2003-08-01Fix for TEST_MAKE from Alan Barrettsjg
2003-07-28Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>sjg
2003-07-26build var.c with -Wno-cast-qual - gcc3.3 complains about VarWordCompare()mrg
2003-07-14Pass WARNS=3christos
2002-01-27Fix major bug in make(1) ... due to shadowing of the dotLast path used forreinoud
2001-10-31Overhaul the initialization and handling of .OBJDIR:tv
2001-06-09Provide a useful? MAKE_VERSION.sjg
2000-12-30Back out debug cruft.sommerfeld
2000-12-30Add a token-passing scheme to allow a recursive make to successfullysommerfeld
2000-10-11More format string cleanup by sommerfeld.is
1999-08-04Back out part of previous, only the parse.c mod was intended.ross
1999-08-04Trivial speed hack.ross
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-19don't define WARNS=1 herelukem
1997-10-11Use bsd.subdir.mk as appropriate.mycroft
1997-07-01Add WARNS=1christos
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1996-11-06- Merge in FreeBSD and Lite2 changes.christos
1996-05-28- Move -D flags from Makefile to config.h and explain what they do. Addchristos
1996-03-11Jonathan Stone's fixes:christos