From owner-source-changes@NetBSD.ORG Fri Jan 6 12:33:10 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA29263; Fri, 6 Jan 1995 12:33:09 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id NAA09241 for source-changes-outgoing; Fri, 6 Jan 1995 13:54:00 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id NAA09237 for ; Fri, 6 Jan 1995 13:53:53 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id MAA11000 for source-changes; Fri, 6 Jan 1995 12:00:02 -0800 Date: Fri, 6 Jan 1995 12:00:02 -0800 From: The Source Master Message-Id: <199501062000.MAA11000@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG christos Fri Jan 6 14:57:33 EST 1995 Update of /b/source/CVS/src/usr.bin/make In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/usr.bin/make Modified Files: main.c make.c parse.c Log Message: Fixes from Paul Borman (prb@bsdi.com) 1. Honor environment variable $MACHINE if set over uname.machine 2. archives with :: are always out of date, even when they have no children. 3. VAR= a b c # comment, gets the trailing blanks trimmed, unless escaped by \. I'll have to read the posix manul to make sure that it is ok to handle escapes here.