aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add enviroment variable MAKEOBJDIRPREFIX, still undocumented exceptWolfram Schneider1997-03-031-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2258-58/+58
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1458-58/+58
* Add a .POSIX directive. When the first non-commentSteve Price1996-11-031-1/+12
* Remove extraneous comment, fix second-level tabs (oneSteve Price1996-10-121-9/+3
* Removed extra $Id$ string.Steve Price1996-10-111-3/+1
* 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-0857-101/+99
* This commit was generated by cvs2svn to compensate for changes in r18764,Steve Price1996-10-0611-8/+103
|\
| * Import Christos Zoulas' version of NetBSD's make onto theSteve Price1996-10-0660-1629/+2921
* | Clarify the rule used to determine the objectSteve Price1996-10-061-5/+9
* | This commit was generated by cvs2svn to compensate for changes in r18756,Peter Wemm1996-10-068-8/+8
|\|
| * Import the 4.4BSD-Lite2 version of make onto the vendor branchPeter Wemm1996-10-0657-0/+27091
| * This commit was manufactured by cvs2svn to create branch 'CHRISTOS'.cvs2svn1996-10-061-0/+349
* Correct problem with traversing into PSD.doc directory,Steve Price1996-10-061-5/+1
* Correct merge bogon: You want to descend into PSD.doc for both `all' andJordan K. Hubbard1996-10-061-2/+2
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-0631-1042/+2230
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* Fix for PR# 1231, make(1) execution of ``.BEGIN'' doesSteve Price1996-09-252-2/+4
* Be sure to remove any newlines encountered whenSteve Price1996-09-231-1/+2
* Fix for PR# 1095, make's continuation line handling buggySteve Price1996-09-223-45/+61
* Fix for PR#1230, make ``.for'' loops iterate backwards.Steve Price1996-09-211-1/+1
* Restore previous compatibility of ${.CURDIR}/obj.`uname -m` andSteven Wallace1996-09-182-30/+67
* Fixed handling of `!=' assignment. Don't warn if the shell's output isBruce Evans1996-09-121-6/+7
* Fixed a missing colon in `notyet' code.Bruce Evans1996-08-311-1/+1
* Listed all the environment variables (MACHINE and PWD were missing).Bruce Evans1996-08-311-4/+27
* 'make' prints an extra leading `make: ' and extra trailing newline ifNate Williams1996-07-231-1/+1
* Added a -V option to print make's idea of the value of a variable.Bruce Evans1996-07-172-8/+47
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* 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-242-28/+9
* Fix a typo.Joerg Wunsch1996-04-071-1/+1
* Fix the :S modifier to substitute in each word of the variable, accordingAdam David1995-11-011-16/+6
* Stop using gnumalloc.Poul-Henning Kamp1995-09-221-4/+1
* Back out prev. NetBSD fix, it cause skipping some error constructions,Andrey A. Chernov1995-06-241-5/+3
* Don't make error on ^<spaces>\nAndrey A. Chernov1995-06-241-1/+1
* Fix parsing SYSV/GNU "include"Andrey A. Chernov1995-06-181-0/+1
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetAndrey A. Chernov1995-06-185-5/+26
* Allow additional parsing of SYSV/GNU make "include" directive, it coversAndrey A. Chernov1995-06-161-2/+2