From owner-cvs-usrbin Wed Sep 11 20:03:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA25474 for cvs-usrbin-outgoing; Wed, 11 Sep 1996 20:03:43 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA25448; Wed, 11 Sep 1996 20:03:29 -0700 (PDT) Date: Wed, 11 Sep 1996 20:03:29 -0700 (PDT) From: Bruce Evans Message-Id: <199609120303.UAA25448@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/11 20:03:28 Modified: usr.bin/make parse.c Log: Fixed handling of `!=' assignment. Don't warn if the shell's output is null, but warn if there was an error reading it. Revision Changes Path 1.9 +7 -6 src/usr.bin/make/parse.c