summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
Commit message (Expand)AuthorAgeFilesLines
* No need to tell make to DTRT with "make love", just do it.obrien2008-03-041-5/+0
* So, what's it supposed to say when you type "make love"?ru2006-05-111-0/+1
* Please ship the pointy hat to its home position.phk2005-09-261-2/+0
* Update coordinates for "mph" hash generator now that it lives in ports.phk2005-09-261-1/+1
* Add a .sinclude directive which does the exact same as .include, exceptphk2005-09-261-0/+2
* Document why there is a dependency of certain object files from theharti2005-05-251-0/+6
* Make shell.o dependend on the Makefile just in case someone changesharti2005-05-241-1/+1
* Bump the warning level to 6.harti2005-05-241-1/+1
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forharti2005-05-241-2/+2
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-241-1/+2
* Use the name of the default shell instead of a numeric index to selectharti2005-05-241-6/+2
* Still too early to bump WARNS - there are still warnings on 64bitharti2005-05-121-1/+1
* Use a variable initialized to a string instead of the string directlyharti2005-05-121-1/+1
* Revert the previous accidential commit.harti2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.harti2005-05-121-1/+1
* Merge compat.c into job.c. There is a lot in common between theseharti2005-05-101-2/+2
* Merge var_modify.c into var.c and move types and function declarationsharti2005-05-101-2/+1
* Rename the directive_hash.[ch] files to hash_tables.[ch] nowharti2005-04-291-5/+5
* Use a minimal perfect hash for the special sources/targets too. Addharti2005-04-281-6/+25
* Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.charti2005-04-281-1/+1
* Move the hash function for directives into its own file and addharti2005-04-281-2/+55
* Ups. Revert the last commits. These have been committed by accident.harti2005-03-151-1/+1
* modifier_M: instead of going through the string twice to compute theharti2005-03-151-1/+1
* While working on constification temporarily disable -Werror. Things are tooharti2005-02-091-0/+1
* Move all the remaining list functions into one C-file and removeharti2005-02-011-5/+1
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-1/+1
* Get rid of the sequential access feature of the lists. This was usedharti2004-12-081-2/+2
* Change a couple of the primitve list functions to be macros. This changesharti2004-11-301-5/+3
* Merge the contents of lstInt.h into the public lst.h. This let's us getharti2004-11-291-1/+1
* Include sys/sysctl.h on all architectures not only i386.harti2004-11-251-0/+1
* remove XXX comment now that the kernel is fixed, there isn't any obviousjmg2004-09-061-1/+1
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoharti2004-08-121-1/+1
* Put variable assignments from the command line into the MAKEFLAGSharti2004-08-031-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineharti2004-07-291-1/+1
* Split var.c into var.c and var_modify.c and move all the modification funcsjmallett2002-10-281-1/+1
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-101-1/+1
* Give make(1) the ability to use KQUEUE to wait for worker processesphk2002-10-041-0/+3
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-1/+1
* Deal with bootstrapping from an old -current (almost exactly a year old)peter2002-08-311-0/+3
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-251-1/+1
* Back out the ``run shell from $PATH'' change; this was an overkillru2002-05-241-1/+1
* Do not run shell from /bin, run it from $PATH.ru2002-05-221-1/+1
* Added the MAKE_VERSION global that could be useful in determiningru2002-05-221-0/+4
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-0/+1
* o unifdef -D__STDC__imp2002-03-231-1/+1
* By default build make(1) as a static binary. It costs only 100k of additionalsobomax2001-05-181-0/+2
* Remove GCC-ism (-Wall).will2001-04-261-1/+1
* Add -Wall.ru2001-04-251-1/+1
* with my mentor hat on...billf2001-03-151-2/+0
OpenPOWER on IntegriCloud