aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC (rev. 1.86): install a SIGCHLD handler.Dag-Erling Smørgrav2003-12-161-0/+20
* Finish the MFC of the -C option, as it is currently in HEAD.Ruslan Ermilov2003-04-151-5/+5
* MFC the -C option for make(1): chdir()'s into directory before running.Sean Chittenden2002-12-171-0/+4
* MFC 1.68: back out the realpath stuff, it breaks things.Warner Losh2002-11-131-0/+28
* MFC: 1.57: Do not reset ${MAKEFILE} when reading ".depend".Ruslan Ermilov2002-07-241-1/+6
* MFC revisions 1.58 and 1.61:Juli Mallett2002-06-171-5/+12
* MFC: CPUTYPE infrastructure, modulo IA64 supportKris Kennaway2001-03-041-0/+15
* MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PRWill Andrews2001-02-131-1/+1
* MFC: -X flagPeter Wemm2000-09-251-11/+22
* MFC: loud debugging facility (-dl).Will Andrews2000-05-201-0/+3
* Improve backward compatibility.Marcel Moolenaar1999-11-231-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-18/+20
* Add a -E flag, similar to -e (overide variables from environment) exceptTim Vanderhoek1999-07-311-4/+15
* Print an error message on illegal numerical arguments.Tim Vanderhoek1999-07-311-5/+20
* Make MACHINE_ARCH sensitive to the environment, as well as using theWarner Losh1999-03-011-4/+11
* Fixed missing 'v' in usage message.Bruce Evans1998-11-151-2/+2
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-141-3/+8
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"David E. O'Brien1998-10-181-3/+11
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.KATO Takenori1998-09-091-1/+23
* 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
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.Warner Losh1997-09-291-1/+2
* 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-241-23/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove extraneous comment, fix second-level tabs (oneSteve Price1996-10-121-9/+3
* Reinstate '!=' fix by Bruce Evans. The original commit message fromSteve Price1996-10-111-5/+11
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+2
* Clarify the rule used to determine the objectSteve Price1996-10-061-5/+9
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-35/+286
* Restore previous compatibility of ${.CURDIR}/obj.`uname -m` andSteven Wallace1996-09-181-28/+64
* Fixed a missing colon in `notyet' code.Bruce Evans1996-08-311-1/+1
* Added a -V option to print make's idea of the value of a variable.Bruce Evans1996-07-171-6/+33
* Put back the $PWD override behavior of revision 1.4. The concensusJordan K. Hubbard1996-07-011-0/+6
* Remove code which overrode the opinion of getcwd() with an often bogusJordan K. Hubbard1996-06-271-6/+0
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-26/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-18/+61
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+911