Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 11/07/1995 21:40:02
christos
Tue Nov  7 21:31:02 EST 1995
Update of /a/cvsroot/src/usr.bin/make
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv16451

Modified Files:
	bit.h main.c make.1 
Log Message:
- Turn compat mode on by default. It gets turned off when the -j without
  the -B flag is specified. [Thus you can use -j 1 to turn it off].
- Fix malloc -> emalloc as Gordon noted.


christos
Tue Nov  7 21:31:05 EST 1995
Update of /a/cvsroot/src/usr.bin/make/lst.lib
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv16451/lst.lib

Modified Files:
	lstInt.h 
Log Message:
- Turn compat mode on by default. It gets turned off when the -j without
  the -B flag is specified. [Thus you can use -j 1 to turn it off].
- Fix malloc -> emalloc as Gordon noted.