From owner-cvs-all@FreeBSD.ORG Fri Apr 1 22:54:22 2005 Return-Path: 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 DA71716A4CE; Fri, 1 Apr 2005 22:54:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F7843D3F; Fri, 1 Apr 2005 22:54:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j31MsMNk092005; Fri, 1 Apr 2005 22:54:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31MsM1p092004; Fri, 1 Apr 2005 22:54:22 GMT (envelope-from imp) Message-Id: <200504012254.j31MsM1p092004@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Apr 2005 22:54:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config config.h config.y configvers.h main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 22:54:23 -0000 imp 2005-04-01 22:54:22 UTC FreeBSD src repository Modified files: usr.sbin/config config.h config.y configvers.h main.c Log: Allow one to specify a second parameter to the machine line. This allows us to specify the machine_arch as well as machine. If specified then a second link will be made, similar to machine, from $MACHINE_ARCH to $S/$MACHINE_ARCH/include. This is for ports where MACHINE != MACHINE_ARCH (pc98 today, others in the future?). Reviewed by: arch@, nyan@ Revision Changes Path 1.56 +3 -1 src/usr.sbin/config/config.h 1.66 +9 -0 src/usr.sbin/config/config.y 1.35 +2 -2 src/usr.sbin/config/configvers.h 1.63 +14 -0 src/usr.sbin/config/main.c