From owner-cvs-src@FreeBSD.ORG Sat Jun 14 09:26:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A209337B401; Sat, 14 Jun 2003 09:26:05 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9385B43FBF; Sat, 14 Jun 2003 09:26:03 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5EGQ2kA047608; Sat, 14 Jun 2003 10:26:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 14 Jun 2003 10:25:41 -0600 (MDT) Message-Id: <20030614.102541.32719717.imp@bsdimp.com> To: des@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030614.101420.71552621.imp@bsdimp.com> References: <200306141157.h5EBviHg003862@repoman.freebsd.org> <20030614.101420.71552621.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 16:26:06 -0000 In message: <20030614.101420.71552621.imp@bsdimp.com> "M. Warner Losh" writes: : In message: <200306141157.h5EBviHg003862@repoman.freebsd.org> : Dag-Erling Smorgrav writes: : : Modified files: : : share/mk bsd.sys.mk : : Log: : : Revert to a known-good state. Anyone desiring to experiment with stricter : : global settings is free to do so in his or her own source tree. : : You beat me to this by about 4 hours. Thank you. While the c99/gnu99 : stuff did uncover a number of problems, it also caused a number of : unintended problems outside the source tree. Unfortunately, it retains CSTD in a form that's had much said against it. I think it would have been better to back out one step further until that can be resolved. Warner