| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs | cvs2svn | 2000-06-25 | 58 | -58/+58 |
| * | MFC: loud debugging facility documentation (-dl). | Will Andrews | 2000-05-20 | 1 | -0/+3 |
| * | MFC: loud debugging facility (-dl). | Will Andrews | 2000-05-20 | 4 | -2/+6 |
| * | MFC: Remove single-space hard sentence breaks. | Sheldon Hearn | 2000-03-06 | 1 | -6/+12 |
| * | MFC: fix a typo: ${.MAKE} -> ${MAKE} | Ruslan Ermilov | 2000-01-19 | 1 | -1/+1 |
| * | MFC: Create tempfiles securely | Kris Kennaway | 2000-01-17 | 2 | -23/+16 |
| * | MFC: Formatting fixes from docs/15265 (one MFC, one -stable specific fix) | Martin Cracauer | 1999-12-05 | 1 | -3/+3 |
| * | MFC: fix reading symbols from libs. | Julian Elischer | 1999-10-10 | 1 | -1/+1 |
| * | MFC: fix "make cannot find archive members" | Julian Elischer | 1999-09-16 | 2 | -3/+6 |
| * | If MACHINE_ARCH is not defined, default to i386 instead of unknown so | John Birrell | 1999-09-03 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 58 | -58/+58 |
| * | MFC: tempfile race fix | Tim Vanderhoek | 1999-08-22 | 2 | -15/+17 |
| * | MFC: Fix `.if C-expr (&&)|(||) C-expr' evaluation bug. | Tim Vanderhoek | 1999-08-17 | 1 | -13/+15 |
| * | MFC: Bad reference of getcwd(2) -> getcwd(3). | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | MFC: Clarify, move and shorten ${VPATH} info. | Chris Costello | 1999-08-12 | 1 | -16/+6 |
| * | MFC: -E flag (override specific variable with environment equivalent) | Chris Costello | 1999-08-12 | 2 | -13/+49 |
| * | MFC: -E flag and :Q to quote variable expansion to all proper expansion of | Chris Costello | 1999-08-12 | 1 | -5/+63 |
| * | MFC (and more to come!) | Chris Costello | 1999-08-12 | 1 | -2/+4 |
| * | MFC: Document and discourage usage of ${VPATH} in new Makefiles. | Chris Costello | 1999-08-11 | 1 | -3/+26 |
| * | Don't allow pointer underrun in loop. | Jordan K. Hubbard | 1999-01-08 | 1 | -2/+4 |
| * | Described the search path Make uses to find makefiles. | Peter da Silva | 1998-11-29 | 1 | -4/+37 |
| * | Fixed missing 'v' in usage message. | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
| * | Fixed bugs in previous commit: | Bruce Evans | 1998-11-15 | 1 | -4/+5 |
| * | Added a -v (verbose) option and hid multi-job file banner generation | David Greenman | 1998-11-14 | 4 | -7/+15 |
| * | Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD" | David E. O'Brien | 1998-10-18 | 2 | -5/+14 |
| * | Fix make world breakage from last commit. | John Polstra | 1998-10-15 | 1 | -2/+2 |
| * | Fix a serious bug in make(1)'s handling of archive libraries. | Joseph Koshy | 1998-10-15 | 1 | -2/+2 |
| * | Set the `pc98' string to the MACHINE if machdep.ispc98 != 0. | KATO Takenori | 1998-09-09 | 1 | -1/+23 |
| * | Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG | John Birrell | 1998-09-09 | 1 | -2/+2 |
| * | Fix spurious `free()' when -d g2 is enabled. | Joseph Koshy | 1998-09-09 | 1 | -3/+12 |
| * | When exiting on SIGINT, exit with signal status | Martin Cracauer | 1998-08-24 | 2 | -5/+7 |
| * | 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 |
| * | 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 |