aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-2558-58/+58
* MFC: loud debugging facility documentation (-dl).Will Andrews2000-05-201-0/+3
* MFC: loud debugging facility (-dl).Will Andrews2000-05-204-2/+6
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-061-6/+12
* MFC: fix a typo: ${.MAKE} -> ${MAKE}Ruslan Ermilov2000-01-191-1/+1
* MFC: Create tempfiles securelyKris Kennaway2000-01-172-23/+16
* MFC: Formatting fixes from docs/15265 (one MFC, one -stable specific fix)Martin Cracauer1999-12-051-3/+3
* MFC: fix reading symbols from libs.Julian Elischer1999-10-101-1/+1
* MFC: fix "make cannot find archive members"Julian Elischer1999-09-162-3/+6
* If MACHINE_ARCH is not defined, default to i386 instead of unknown soJohn Birrell1999-09-031-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2958-58/+58
* MFC: tempfile race fixTim Vanderhoek1999-08-222-15/+17
* MFC: Fix `.if C-expr (&&)|(||) C-expr' evaluation bug.Tim Vanderhoek1999-08-171-13/+15
* MFC: Bad reference of getcwd(2) -> getcwd(3).Chris Costello1999-08-141-2/+2
* MFC: Clarify, move and shorten ${VPATH} info.Chris Costello1999-08-121-16/+6
* MFC: -E flag (override specific variable with environment equivalent)Chris Costello1999-08-122-13/+49
* MFC: -E flag and :Q to quote variable expansion to all proper expansion ofChris Costello1999-08-121-5/+63
* MFC (and more to come!)Chris Costello1999-08-121-2/+4
* MFC: Document and discourage usage of ${VPATH} in new Makefiles.Chris Costello1999-08-111-3/+26
* Don't allow pointer underrun in loop.Jordan K. Hubbard1999-01-081-2/+4
* Described the search path Make uses to find makefiles.Peter da Silva1998-11-291-4/+37
* Fixed missing 'v' in usage message.Bruce Evans1998-11-151-2/+2
* Fixed bugs in previous commit:Bruce Evans1998-11-151-4/+5
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-144-7/+15
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"David E. O'Brien1998-10-182-5/+14
* Fix make world breakage from last commit.John Polstra1998-10-151-2/+2
* Fix a serious bug in make(1)'s handling of archive libraries.Joseph Koshy1998-10-151-2/+2
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.KATO Takenori1998-09-091-1/+23
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGJohn Birrell1998-09-091-2/+2
* Fix spurious `free()' when -d g2 is enabled.Joseph Koshy1998-09-091-3/+12
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-242-5/+7
* Use malloc + sprintf rather than asprintf to ensure portability toWarner Losh1998-07-261-2/+4
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'Peter Wemm1998-06-131-6/+8
* Don't forget to pretend that `make -n -jN' makes the targets that itBruce Evans1998-06-041-1/+2
* PR: bin/6828Peter Hawkins1998-06-021-30/+53
* Add a graceful jumping off point with a new .error directive.Steve Price1998-05-252-21/+60
* Fix broken (at least on alpha, but probably on i386 too) code whichJohn Birrell1998-05-131-4/+4
* Some commands are shell builtins. Execute the builtins by the shellWolfram Schneider1998-05-121-1/+50
* Use historically correct error message in some cases, optionally.Warner Losh1998-04-281-2/+11
* When all transformation rules to or from a suffix disappeared, make triesPoul-Henning Kamp1998-04-261-21/+7
* Cleanup: fix a few typos, fit ASCII output onto an 80-column terminalJames Raynard1997-11-231-16/+16
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.Warner Losh1997-09-292-2/+4
* Don't preferentially execute Makefiles in ${OBJDIR} - it just causesJordan K. Hubbard1997-08-271-4/+3
* Make explicit '-B' option propigate to submakes.Steve Passe1997-08-251-1/+2
* Better fix, as originally submitted by reporter.Steve Passe1997-08-141-9/+10
* Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.Steve Passe1997-08-141-8/+8
* Use err(3). Cosmetic in usage string.Philippe Charnier1997-07-243-33/+27
* In these XXX MHz days, waiting 500ms for a process to do something isPoul-Henning Kamp1997-04-211-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Add reference to `PMake - A Tutorial'Wolfram Schneider1997-03-091-2/+7