From owner-cvs-usrbin Thu Oct 10 20:56:17 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12613 for cvs-usrbin-outgoing; Thu, 10 Oct 1996 20:56:17 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12564; Thu, 10 Oct 1996 20:55:44 -0700 (PDT) Date: Thu, 10 Oct 1996 20:55:44 -0700 (PDT) From: Steve Price Message-Id: <199610110355.UAA12564@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/10 20:55:41 Modified: usr.bin/make main.c Log: Reinstate '!=' fix by Bruce Evans. The original commit message from parse.c(1.9) was: revision 1.9 date: 1996/09/12 03:03:25; author: bde; state: Exp; lines: +7 -6 Fixed handling of `!=' assignment. Don't warn if the shell's output is null, but warn if there was an error reading it. Suggested by: Bruce Evans Revision Changes Path 1.13 +7 -6 src/usr.bin/make/main.c