From owner-cvs-src@FreeBSD.ORG Sat Jun 14 09:14:42 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 D326337B401; Sat, 14 Jun 2003 09:14:42 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64E143FBF; Sat, 14 Jun 2003 09:14:41 -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 h5EGEfkA047529; Sat, 14 Jun 2003 10:14:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 14 Jun 2003 10:14:20 -0600 (MDT) Message-Id: <20030614.101420.71552621.imp@bsdimp.com> To: des@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200306141157.h5EBviHg003862@repoman.freebsd.org> References: <200306141157.h5EBviHg003862@repoman.freebsd.org> 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:14:43 -0000 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. Warner