| Commit message (Expand) | Author | Age | Files | Lines |
* | ${.MAKE} -> ${MAKE} | ru | 2000-01-19 | 1 | -1/+1 |
* | Create tempfiles securely. | kris | 2000-01-17 | 2 | -23/+16 |
* | Make '||' visible. | cracauer | 1999-12-05 | 1 | -1/+1 |
* | Improve backward compatibility. | marcel | 1999-11-23 | 1 | -1/+5 |
* | Remove CROSS_MAKE_FLAGS. | marcel | 1999-11-15 | 1 | -1/+1 |
* | Fix the following: | julian | 1999-10-10 | 1 | -1/+1 |
* | s/with historical makefils//. Also, relocate and change the description | hoek | 1999-09-11 | 1 | -7/+15 |
* | Remove the #include of sys/param.h. It was meant to improve portability | hoek | 1999-09-11 | 1 | -1/+0 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 13 | -36/+10 |
* | Allow 'make' to check out elements within archive libraries. | julian | 1999-09-10 | 2 | -2/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 58 | -61/+61 |
* | Fix a temp file race occurring only when -j is used. | hoek | 1999-08-22 | 2 | -15/+17 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 23 | -290/+535 |
* | Bad reference of getcwd(2) changed to getcwd(3). | chris | 1999-08-14 | 1 | -2/+2 |
* | Make VPATH explanation more concise. I apparently was not thinking | chris | 1999-08-12 | 1 | -11/+4 |
* | Move ${VPATH} explanation under the .PATH rule section. | chris | 1999-08-12 | 1 | -16/+13 |
* | Bugfix to last commit: Correctly intuit when an lhs is a string vs. number. | hoek | 1999-08-12 | 1 | -2/+3 |
* | Document ${VPATH} and that it _should_not_ be used in any new Makefiles. | chris | 1999-08-11 | 1 | -1/+16 |
* | Add a -E flag, similar to -e (overide variables from environment) except | hoek | 1999-07-31 | 4 | -14/+47 |
* | Print an error message on illegal numerical arguments. | hoek | 1999-07-31 | 1 | -5/+20 |
* | When printing an error message after command execution fails, don't assume | hoek | 1999-07-31 | 1 | -2/+4 |
* | Per requests from the community, commit rudimentary cross compilation | imp | 1999-07-07 | 1 | -2/+2 |
* | Handle ".if ${T} > 1 || ${T} < 3" and friends correctly. | hoek | 1999-05-25 | 1 | -13/+14 |
* | Add :Q to quote variable expansion to all proper expansion of | imp | 1999-04-19 | 2 | -2/+49 |
* | Make MACHINE_ARCH sensitive to the environment, as well as using the | imp | 1999-03-01 | 1 | -4/+11 |
* | Remove couple of 'extern int errno'. (They turned to something funny when | dt | 1999-02-14 | 1 | -4/+1 |
* | Don't allow pointer underrun in loop. | jkh | 1999-01-08 | 1 | -2/+4 |
* | Described the search path Make uses to find makefiles. | pds | 1998-11-29 | 1 | -4/+37 |
* | Fixed missing 'v' in usage message. | bde | 1998-11-15 | 1 | -2/+2 |
* | Fixed bugs in previous commit: | bde | 1998-11-15 | 1 | -4/+5 |
* | Added a -v (verbose) option and hid multi-job file banner generation | dg | 1998-11-14 | 4 | -7/+15 |
* | Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD" | obrien | 1998-10-18 | 2 | -5/+14 |
* | Fix make world breakage from last commit. | jdp | 1998-10-15 | 1 | -2/+2 |
* | Fix a serious bug in make(1)'s handling of archive libraries. | jkoshy | 1998-10-15 | 1 | -2/+2 |
* | Set the `pc98' string to the MACHINE if machdep.ispc98 != 0. | kato | 1998-09-09 | 1 | -1/+23 |
* | Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG | jb | 1998-09-09 | 1 | -2/+2 |
* | Fix spurious `free()' when -d g2 is enabled. | jkoshy | 1998-09-09 | 1 | -3/+12 |
* | When exiting on SIGINT, exit with signal status | cracauer | 1998-08-24 | 2 | -5/+7 |
* | Use malloc + sprintf rather than asprintf to ensure portability to | imp | 1998-07-26 | 1 | -2/+4 |
* | 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 |