| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make -V expand it's arguments. This means that instead of 'make -V OBJS' | Peter Wemm | 1998-06-13 | 1 | -6/+8 |
| * | Don't forget to pretend that `make -n -jN' makes the targets that it | Bruce Evans | 1998-06-04 | 1 | -1/+2 |
| * | PR: bin/6828 | Peter Hawkins | 1998-06-02 | 1 | -30/+53 |
| * | Add a graceful jumping off point with a new .error directive. | Steve Price | 1998-05-25 | 2 | -21/+60 |
| * | Fix broken (at least on alpha, but probably on i386 too) code which | John Birrell | 1998-05-13 | 1 | -4/+4 |
| * | Some commands are shell builtins. Execute the builtins by the shell | Wolfram Schneider | 1998-05-12 | 1 | -1/+50 |
| * | Use historically correct error message in some cases, optionally. | Warner Losh | 1998-04-28 | 1 | -2/+11 |
| * | When all transformation rules to or from a suffix disappeared, make tries | Poul-Henning Kamp | 1998-04-26 | 1 | -21/+7 |
| * | Cleanup: fix a few typos, fit ASCII output onto an 80-column terminal | James Raynard | 1997-11-23 | 1 | -16/+16 |
| * | Add #include <stdlib.h> to pick up prototypes for getenv and friends. | Warner Losh | 1997-09-29 | 2 | -2/+4 |
| * | Don't preferentially execute Makefiles in ${OBJDIR} - it just causes | Jordan K. Hubbard | 1997-08-27 | 1 | -4/+3 |
| * | Make explicit '-B' option propigate to submakes. | Steve Passe | 1997-08-25 | 1 | -1/+2 |
| * | Better fix, as originally submitted by reporter. | Steve Passe | 1997-08-14 | 1 | -9/+10 |
| * | Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing. | Steve Passe | 1997-08-14 | 1 | -8/+8 |
| * | Use err(3). Cosmetic in usage string. | Philippe Charnier | 1997-07-24 | 3 | -33/+27 |
| * | In these XXX MHz days, waiting 500ms for a process to do something is | Poul-Henning Kamp | 1997-04-21 | 1 | -2/+2 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -2/+2 |
| * | Add reference to `PMake - A Tutorial' | Wolfram Schneider | 1997-03-09 | 1 | -2/+7 |
| * | Add enviroment variable MAKEOBJDIRPREFIX, still undocumented except | Wolfram Schneider | 1997-03-03 | 1 | -1/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 58 | -58/+58 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 58 | -58/+58 |
| * | Add a .POSIX directive. When the first non-comment | Steve Price | 1996-11-03 | 1 | -1/+12 |
| * | Remove extraneous comment, fix second-level tabs (one | Steve Price | 1996-10-12 | 1 | -9/+3 |
| * | Removed extra $Id$ string. | Steve Price | 1996-10-11 | 1 | -3/+1 |
| * | Reinstate '!=' fix by Bruce Evans. The original commit message from | Steve Price | 1996-10-11 | 1 | -5/+11 |
| * | O' to be bitten by CVS. Cleanup after import | Steve Price | 1996-10-08 | 57 | -101/+99 |
| * | This commit was generated by cvs2svn to compensate for changes in r18764, | Steve Price | 1996-10-06 | 11 | -8/+103 |
| |\ |
|
| | * | Import Christos Zoulas' version of NetBSD's make onto the | Steve Price | 1996-10-06 | 60 | -1627/+2919 |
| * | | Clarify the rule used to determine the object | Steve Price | 1996-10-06 | 1 | -5/+9 |
| * | | This commit was generated by cvs2svn to compensate for changes in r18756, | Peter Wemm | 1996-10-06 | 8 | -8/+8 |
| |\| |
|
| | * | Import the 4.4BSD-Lite2 version of make onto the vendor branch | Peter Wemm | 1996-10-06 | 57 | -0/+27091 |
| | * | This commit was manufactured by cvs2svn to create branch 'CHRISTOS'. | cvs2svn | 1996-10-06 | 1 | -0/+349 |
| * | Correct problem with traversing into PSD.doc directory, | Steve Price | 1996-10-06 | 1 | -5/+1 |
| * | Correct merge bogon: You want to descend into PSD.doc for both `all' and | Jordan K. Hubbard | 1996-10-06 | 1 | -2/+2 |
| * | Merge in NetBSD's changes to make(1). Changes include: | Steve Price | 1996-10-06 | 31 | -1040/+2228 |
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -1/+2 |
| * | Fix for PR# 1231, make(1) execution of ``.BEGIN'' does | Steve Price | 1996-09-25 | 2 | -2/+4 |
| * | Be sure to remove any newlines encountered when | Steve Price | 1996-09-23 | 1 | -1/+2 |
| * | Fix for PR# 1095, make's continuation line handling buggy | Steve Price | 1996-09-22 | 3 | -41/+57 |
| * | Fix for PR#1230, make ``.for'' loops iterate backwards. | Steve Price | 1996-09-21 | 1 | -1/+1 |
| * | Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and | Steven Wallace | 1996-09-18 | 2 | -30/+67 |
| * | Fixed handling of `!=' assignment. Don't warn if the shell's output is | Bruce Evans | 1996-09-12 | 1 | -6/+7 |
| * | Fixed a missing colon in `notyet' code. | Bruce Evans | 1996-08-31 | 1 | -1/+1 |
| * | Listed all the environment variables (MACHINE and PWD were missing). | Bruce Evans | 1996-08-31 | 1 | -4/+27 |
| * | 'make' prints an extra leading `make: ' and extra trailing newline if | Nate Williams | 1996-07-23 | 1 | -1/+1 |
| * | Added a -V option to print make's idea of the value of a variable. | Bruce Evans | 1996-07-17 | 2 | -8/+47 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -1/+1 |
| * | Put back the $PWD override behavior of revision 1.4. The concensus | Jordan K. Hubbard | 1996-07-01 | 1 | -0/+6 |
| * | Remove code which overrode the opinion of getcwd() with an often bogus | Jordan K. Hubbard | 1996-06-27 | 1 | -6/+0 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 2 | -28/+9 |