From owner-cvs-all Sat Sep 28 13: 3:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60F637B401; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9790343E6E; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SK3RCo004960; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SK3RS9004959; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) Message-Id: <200209282003.g8SK3RS9004959@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 13:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 13:03:27 PDT Modified files: usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c Log: Add empty default cases where they should be, remove non-local execution stuff in compat.c which doesn't even have preprocessor-conditional-hidden support code, and add a debugging statement where we might end up with a nil list somehow, but where I doubt it. First confirmed userland kill for Flexelint. Sponsored by: Bright Path Solutions Revision Changes Path 1.32 +5 -13 src/usr.bin/make/compat.c 1.23 +2 -0 src/usr.bin/make/cond.c 1.28 +2 -0 src/usr.bin/make/dir.c 1.42 +2 -0 src/usr.bin/make/job.c 1.44 +6 -1 src/usr.bin/make/parse.c 1.24 +4 -0 src/usr.bin/make/str.c 1.24 +5 -0 src/usr.bin/make/suff.c 1.23 +2 -0 src/usr.bin/make/targ.c 1.33 +8 -0 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message