summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* When exiting on SIGINT, exit with signal statuscracauer1998-08-242-5/+7
* Use malloc + sprintf rather than asprintf to ensure portability toimp1998-07-261-2/+4
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'peter1998-06-131-6/+8
* Don't forget to pretend that `make -n -jN' makes the targets that itbde1998-06-041-1/+2
* PR: bin/6828thepish1998-06-021-30/+53
* Add a graceful jumping off point with a new .error directive.steve1998-05-252-21/+60
* Fix broken (at least on alpha, but probably on i386 too) code whichjb1998-05-131-4/+4
* Some commands are shell builtins. Execute the builtins by the shellwosch1998-05-121-1/+50
* Use historically correct error message in some cases, optionally.imp1998-04-281-2/+11
* When all transformation rules to or from a suffix disappeared, make triesphk1998-04-261-21/+7
* Cleanup: fix a few typos, fit ASCII output onto an 80-column terminaljraynard1997-11-231-16/+16
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.imp1997-09-292-2/+4
* Don't preferentially execute Makefiles in ${OBJDIR} - it just causesjkh1997-08-271-4/+3
* Make explicit '-B' option propigate to submakes.fsmp1997-08-251-1/+2
* Better fix, as originally submitted by reporter.fsmp1997-08-141-9/+10
* Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.fsmp1997-08-141-8/+8
* Use err(3). Cosmetic in usage string.charnier1997-07-243-33/+27
* In these XXX MHz days, waiting 500ms for a process to do something isphk1997-04-211-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Add reference to `PMake - A Tutorial'wosch1997-03-091-2/+7
* Add enviroment variable MAKEOBJDIRPREFIX, still undocumented exceptwosch1997-03-031-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-2258-58/+58
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1458-58/+58
* Add a .POSIX directive. When the first non-commentsteve1996-11-031-1/+12
* Remove extraneous comment, fix second-level tabs (onesteve1996-10-121-9/+3
* Removed extra $Id$ string.steve1996-10-111-3/+1
* Reinstate '!=' fix by Bruce Evans. The original commit message fromsteve1996-10-111-5/+11
* O' to be bitten by CVS. Cleanup after importsteve1996-10-0857-101/+99
* This commit was generated by cvs2svn to compensate for changes in r18764,steve1996-10-0611-8/+103
|\
| * Import Christos Zoulas' version of NetBSD's make onto thesteve1996-10-0660-1629/+2914
* | Clarify the rule used to determine the objectsteve1996-10-061-5/+9
* | This commit was generated by cvs2svn to compensate for changes in r18756,peter1996-10-068-8/+8
|\ \ | |/
| * Import the 4.4BSD-Lite2 version of make onto the vendor branchpeter1996-10-0656-779/+1604
| * This commit was manufactured by cvs2svn to create branch 'CHRISTOS'.cvs2svn1996-10-061-0/+349
* | Correct problem with traversing into PSD.doc directory,steve1996-10-061-5/+1
* | Correct merge bogon: You want to descend into PSD.doc for both `all' andjkh1996-10-061-2/+2
* | Merge in NetBSD's changes to make(1). Changes include:steve1996-10-0631-1042/+2230
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
* | Fix for PR# 1231, make(1) execution of ``.BEGIN'' doessteve1996-09-252-2/+4
* | Be sure to remove any newlines encountered whensteve1996-09-231-1/+2
* | Fix for PR# 1095, make's continuation line handling buggysteve1996-09-223-45/+61
* | Fix for PR#1230, make ``.for'' loops iterate backwards.steve1996-09-211-1/+1
* | Restore previous compatibility of ${.CURDIR}/obj.`uname -m` andswallace1996-09-182-30/+67
* | Fixed handling of `!=' assignment. Don't warn if the shell's output isbde1996-09-121-6/+7
* | Fixed a missing colon in `notyet' code.bde1996-08-311-1/+1
* | Listed all the environment variables (MACHINE and PWD were missing).bde1996-08-311-4/+27
* | 'make' prints an extra leading `make: ' and extra trailing newline ifnate1996-07-231-1/+1
* | Added a -V option to print make's idea of the value of a variable.bde1996-07-172-8/+47
* | General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* | Put back the $PWD override behavior of revision 1.4. The concensusjkh1996-07-011-0/+6
OpenPOWER on IntegriCloud