| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC (rev. 1.86): install a SIGCHLD handler. | Dag-Erling Smørgrav | 2003-12-16 | 1 | -0/+20 |
| * | Finish the MFC of the -C option, as it is currently in HEAD. | Ruslan Ermilov | 2003-04-15 | 1 | -5/+5 |
| * | MFC the -C option for make(1): chdir()'s into directory before running. | Sean Chittenden | 2002-12-17 | 1 | -0/+4 |
| * | MFC 1.68: back out the realpath stuff, it breaks things. | Warner Losh | 2002-11-13 | 1 | -0/+28 |
| * | MFC: 1.57: Do not reset ${MAKEFILE} when reading ".depend". | Ruslan Ermilov | 2002-07-24 | 1 | -1/+6 |
| * | MFC revisions 1.58 and 1.61: | Juli Mallett | 2002-06-17 | 1 | -5/+12 |
| * | MFC: CPUTYPE infrastructure, modulo IA64 support | Kris Kennaway | 2001-03-04 | 1 | -0/+15 |
| * | MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PR | Will Andrews | 2001-02-13 | 1 | -1/+1 |
| * | MFC: -X flag | Peter Wemm | 2000-09-25 | 1 | -11/+22 |
| * | MFC: loud debugging facility (-dl). | Will Andrews | 2000-05-20 | 1 | -0/+3 |
| * | Improve backward compatibility. | Marcel Moolenaar | 1999-11-23 | 1 | -1/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek | 1999-08-17 | 1 | -18/+20 |
| * | Add a -E flag, similar to -e (overide variables from environment) except | Tim Vanderhoek | 1999-07-31 | 1 | -4/+15 |
| * | Print an error message on illegal numerical arguments. | Tim Vanderhoek | 1999-07-31 | 1 | -5/+20 |
| * | Make MACHINE_ARCH sensitive to the environment, as well as using the | Warner Losh | 1999-03-01 | 1 | -4/+11 |
| * | Fixed missing 'v' in usage message. | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
| * | Added a -v (verbose) option and hid multi-job file banner generation | David Greenman | 1998-11-14 | 1 | -3/+8 |
| * | Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD" | David E. O'Brien | 1998-10-18 | 1 | -3/+11 |
| * | Set the `pc98' string to the MACHINE if machdep.ispc98 != 0. | KATO Takenori | 1998-09-09 | 1 | -1/+23 |
| * | Use malloc + sprintf rather than asprintf to ensure portability to | Warner Losh | 1998-07-26 | 1 | -2/+4 |
| * | Make -V expand it's arguments. This means that instead of 'make -V OBJS' | Peter Wemm | 1998-06-13 | 1 | -6/+8 |
| * | Add #include <stdlib.h> to pick up prototypes for getenv and friends. | Warner Losh | 1997-09-29 | 1 | -1/+2 |
| * | 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 | 1 | -23/+17 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -2/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Remove extraneous comment, fix second-level tabs (one | Steve Price | 1996-10-12 | 1 | -9/+3 |
| * | 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 | 1 | -0/+2 |
| * | Clarify the rule used to determine the object | Steve Price | 1996-10-06 | 1 | -5/+9 |
| * | Merge in NetBSD's changes to make(1). Changes include: | Steve Price | 1996-10-06 | 1 | -35/+286 |
| * | Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and | Steven Wallace | 1996-09-18 | 1 | -28/+64 |
| * | Fixed a missing colon in `notyet' code. | Bruce Evans | 1996-08-31 | 1 | -1/+1 |
| * | Added a -V option to print make's idea of the value of a variable. | Bruce Evans | 1996-07-17 | 1 | -6/+33 |
| * | 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 | 1 | -26/+7 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -8/+8 |
| * | Bring in a number of changes from NetBSD's make, fixing quite a few | Jordan K. Hubbard | 1995-01-23 | 1 | -18/+61 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+911 |