From owner-cvs-src-old@FreeBSD.ORG Sun May 2 06:22:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68C251065672 for ; Sun, 2 May 2010 06:22:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 573F78FC1E for ; Sun, 2 May 2010 06:22:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o426MDSc054670 for ; Sun, 2 May 2010 06:22:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o426MDBO054669 for cvs-src-old@freebsd.org; Sun, 2 May 2010 06:22:13 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201005020622.o426MDBO054669@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 2 May 2010 06:20:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf Makefile.amd64 Makefile.ia64 options.amd64 options.ia64 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 06:22:13 -0000 imp 2010-05-02 06:20:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/conf GENERIC sys/conf Makefile.amd64 Makefile.ia64 options.amd64 options.ia64 Log: SVN rev 207494 on 2010-05-02 06:20:42Z by imp Move to the new way of specifying compat options. The backs out the FOO = BAR form, in favor of listing the mapping in a separate file for more compatibility with older versions of config. Revision Changes Path 1.531.2.12 +2 -1 src/sys/amd64/conf/GENERIC 1.26.2.2 +1 -1 src/sys/conf/Makefile.amd64 1.70.10.2 +1 -1 src/sys/conf/Makefile.ia64 1.35.2.6 +1 -1 src/sys/conf/options.amd64 1.29.2.4 +1 -1 src/sys/conf/options.ia64