aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move all the remaining list functions into one C-file and removeHartmut Brandt2005-02-011-5/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-1/+1
* Get rid of the sequential access feature of the lists. This was usedHartmut Brandt2004-12-081-2/+2
* Change a couple of the primitve list functions to be macros. This changesHartmut Brandt2004-11-301-5/+3
* Merge the contents of lstInt.h into the public lst.h. This let's us getHartmut Brandt2004-11-291-1/+1
* Include sys/sysctl.h on all architectures not only i386.Hartmut Brandt2004-11-251-0/+1
* remove XXX comment now that the kernel is fixed, there isn't any obviousJohn-Mark Gurney2004-09-061-1/+1
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoHartmut Brandt2004-08-121-1/+1
* Put variable assignments from the command line into the MAKEFLAGSHartmut Brandt2004-08-031-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-291-1/+1
* Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett2002-10-281-1/+1
* Move utilitarian routines to util.c, which isn't the same as the oldJuli Mallett2002-10-101-1/+1
* Give make(1) the ability to use KQUEUE to wait for worker processesPoul-Henning Kamp2002-10-041-0/+3
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-1/+1
* Deal with bootstrapping from an old -current (almost exactly a year old)Peter Wemm2002-08-311-0/+3
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andJuli Mallett2002-08-251-1/+1
* Back out the ``run shell from $PATH'' change; this was an overkillRuslan Ermilov2002-05-241-1/+1
* Do not run shell from /bin, run it from $PATH.Ruslan Ermilov2002-05-221-1/+1
* Added the MAKE_VERSION global that could be useful in determiningRuslan Ermilov2002-05-221-0/+4
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-0/+1
* o unifdef -D__STDC__Warner Losh2002-03-231-1/+1
* By default build make(1) as a static binary. It costs only 100k of additionalMaxim Sobolev2001-05-181-0/+2
* Remove GCC-ism (-Wall).Will Andrews2001-04-261-1/+1
* Add -Wall.Ruslan Ermilov2001-04-251-1/+1
* with my mentor hat on...Bill Fumerola2001-03-151-2/+0
* Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSDWill Andrews2000-09-291-0/+2
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forBrian Feldman2000-08-161-0/+16
* Remove CROSS_MAKE_FLAGS.Marcel Moolenaar1999-11-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Per requests from the community, commit rudimentary cross compilationWarner Losh1999-07-071-2/+2
* 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
* Correct problem with traversing into PSD.doc directory,Steve Price1996-10-061-5/+1
* Correct merge bogon: You want to descend into PSD.doc for both `all' andJordan K. Hubbard1996-10-061-2/+2
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-4/+8
* Stop using gnumalloc.Poul-Henning Kamp1995-09-221-4/+1
* Allow additional parsing of SYSV/GNU make "include" directive, it coversAndrey A. Chernov1995-06-161-2/+2
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-2/+3
* Use gnumalloc.David Greenman1994-08-291-0/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+14