From owner-cvs-all Tue Oct 1 0:26:37 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 5092037B401; Tue, 1 Oct 2002 00:26:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B415843E65; Tue, 1 Oct 2002 00:26:35 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g917QZCo084236; Tue, 1 Oct 2002 00:26:35 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g917QZmU084235; Tue, 1 Oct 2002 00:26:35 -0700 (PDT) Message-Id: <200210010726.g917QZmU084235@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 1 Oct 2002 00:26:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh Makefile 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 tjr 2002/10/01 00:26:35 PDT Modified files: bin/sh Makefile Log: Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 on at least i386. If there are warnings on other archs, I'd rather hear about them than pretend they didn't exist. Revision Changes Path 1.36 +0 -2 src/bin/sh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message