summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvscvs2svn1999-05-241-1/+1
* 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