summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Fix a temp file race occurring only when -j is used.hoek1999-08-222-15/+17
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-1723-290/+535
* Bad reference of getcwd(2) changed to getcwd(3).chris1999-08-141-2/+2
* Make VPATH explanation more concise. I apparently was not thinkingchris1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.chris1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.hoek1999-08-121-2/+3
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.chris1999-08-111-1/+16
* Add a -E flag, similar to -e (overide variables from environment) excepthoek1999-07-314-14/+47
* Print an error message on illegal numerical arguments.hoek1999-07-311-5/+20
* When printing an error message after command execution fails, don't assumehoek1999-07-311-2/+4
* Per requests from the community, commit rudimentary cross compilationimp1999-07-071-2/+2
* Handle ".if ${T} > 1 || ${T} < 3" and friends correctly.hoek1999-05-251-13/+14
* Add :Q to quote variable expansion to all proper expansion ofimp1999-04-192-2/+49
* Make MACHINE_ARCH sensitive to the environment, as well as using theimp1999-03-011-4/+11
* Remove couple of 'extern int errno'. (They turned to something funny whendt1999-02-141-4/+1
* Don't allow pointer underrun in loop.jkh1999-01-081-2/+4
* Described the search path Make uses to find makefiles.pds1998-11-291-4/+37
* Fixed missing 'v' in usage message.bde1998-11-151-2/+2
* Fixed bugs in previous commit:bde1998-11-151-4/+5
* Added a -v (verbose) option and hid multi-job file banner generationdg1998-11-144-7/+15
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"obrien1998-10-182-5/+14
* Fix make world breakage from last commit.jdp1998-10-151-2/+2
* Fix a serious bug in make(1)'s handling of archive libraries.jkoshy1998-10-151-2/+2
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.kato1998-09-091-1/+23
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGjb1998-09-091-2/+2
* Fix spurious `free()' when -d g2 is enabled.jkoshy1998-09-091-3/+12
* When exiting on SIGINT, exit with signal statuscracauer1998-08-242-5/+7
* Use malloc + sprintf rather than asprintf to ensure portability toimp1998-07-261-2/+4
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'peter1998-06-131-6/+8
* Don't forget to pretend that `make -n -jN' makes the targets that itbde1998-06-041-1/+2
* PR: bin/6828thepish1998-06-021-30/+53
* Add a graceful jumping off point with a new .error directive.steve1998-05-252-21/+60
* Fix broken (at least on alpha, but probably on i386 too) code whichjb1998-05-131-4/+4
* Some commands are shell builtins. Execute the builtins by the shellwosch1998-05-121-1/+50
* Use historically correct error message in some cases, optionally.imp1998-04-281-2/+11
* When all transformation rules to or from a suffix disappeared, make triesphk1998-04-261-21/+7
* Cleanup: fix a few typos, fit ASCII output onto an 80-column terminaljraynard1997-11-231-16/+16
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.imp1997-09-292-2/+4
* Don't preferentially execute Makefiles in ${OBJDIR} - it just causesjkh1997-08-271-4/+3
* Make explicit '-B' option propigate to submakes.fsmp1997-08-251-1/+2
* Better fix, as originally submitted by reporter.fsmp1997-08-141-9/+10
* Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.fsmp1997-08-141-8/+8
* Use err(3). Cosmetic in usage string.charnier1997-07-243-33/+27
* In these XXX MHz days, waiting 500ms for a process to do something isphk1997-04-211-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Add reference to `PMake - A Tutorial'wosch1997-03-091-2/+7
* Add enviroment variable MAKEOBJDIRPREFIX, still undocumented exceptwosch1997-03-031-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-2258-58/+58
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1458-58/+58
* Add a .POSIX directive. When the first non-commentsteve1996-11-031-1/+12
OpenPOWER on IntegriCloud