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