From owner-cvs-all Sat Sep 28 16:35: 9 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 0A3CE37B401; Sat, 28 Sep 2002 16:35:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00BE43E42; Sat, 28 Sep 2002 16:35:07 -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 g8SNZ7Co067083; Sat, 28 Sep 2002 16:35:07 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNZ7Fs067082; Sat, 28 Sep 2002 16:35:07 -0700 (PDT) Message-Id: <200209282335.g8SNZ7Fs067082@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 16:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c main.c make.c parse.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 16:35:07 PDT Modified files: usr.bin/make compat.c main.c make.c parse.c suff.c targ.c var.c Log: Make make(1) WARNS=6 clean except for const issues. This mostly involves renaming variables to not shadow libc functions or greater scope locals. Kinda makes one wonder if the extern ones weren't meant in some of these places :) The only thing I'd still like to do WRT this is possibly combine rstat and status in compat.c -- that should be fine, as I do not think the codepaths will want both around at once. Sponsored by: Bright Path Solutions Revision Changes Path 1.33 +5 -5 src/usr.bin/make/compat.c 1.72 +16 -16 src/usr.bin/make/main.c 1.21 +3 -3 src/usr.bin/make/make.c 1.45 +11 -11 src/usr.bin/make/parse.c 1.25 +15 -15 src/usr.bin/make/suff.c 1.24 +3 -3 src/usr.bin/make/targ.c 1.34 +16 -16 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message