Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/13/1998 05:10:01
lukem
Mon Apr 13 05:03:07 PDT 1998
Update of /cvsroot/src/share/mk
In directory nb00:/tmp/cvs-serv15144

Modified Files:
	bsd.README bsd.own.mk 
Log Message:
only read /etc/mk.conf once (stops += variables getting double assignments)

lukem
Mon Apr 13 05:06:48 PDT 1998
Update of /cvsroot/src/bin/sh
In directory nb00:/tmp/cvs-serv15206

Modified Files:
	Makefile 
Log Message:
* remove CFLAGS+=-w for powerpc (added in 1.26):
	- it was in the wrong place
	- makefiles shouldn't override CFLAGS; only CPPFLAGS and COPTS
	- christos fixed unsigned char stuff in 1.33 which should
	  remove the need for -w anyway
* move .include <bsd.prog.mk> to EOF