From owner-svn-src-head@FreeBSD.ORG Mon Sep 9 06:02:31 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D926619; Mon, 9 Sep 2013 06:02:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A31027BB; Mon, 9 Sep 2013 06:02:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8962UnR080587; Mon, 9 Sep 2013 06:02:30 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8962UIc080584; Mon, 9 Sep 2013 06:02:30 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201309090602.r8962UIc080584@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Mon, 9 Sep 2013 06:02:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255413 - in head/etc: . etc.amd64 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 06:02:31 -0000 Author: des Date: Mon Sep 9 06:02:30 2013 New Revision: 255413 URL: http://svnweb.freebsd.org/changeset/base/255413 Log: Remove unneeded mappings from libmap32.conf. Move it up one level and install it on powerpc64 in addition to amd64. Reviewed by: kib Approved by: re (blanket) Added: head/etc/libmap32.conf - copied, changed from r255393, head/etc/etc.amd64/libmap32.conf Deleted: head/etc/etc.amd64/libmap32.conf Modified: head/etc/Makefile Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Mon Sep 9 05:01:18 2013 (r255412) +++ head/etc/Makefile Mon Sep 9 06:02:30 2013 (r255413) @@ -50,8 +50,8 @@ BIN1= crontab \ syslog.conf \ termcap.small -.if ${MACHINE} == "amd64" -BIN1+= etc.${MACHINE}/libmap32.conf +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" +BIN1+= libmap32.conf .endif .if exists(${.CURDIR}/etc.${MACHINE}/ttys) Copied and modified: head/etc/libmap32.conf (from r255393, head/etc/etc.amd64/libmap32.conf) ============================================================================== --- head/etc/etc.amd64/libmap32.conf Sun Sep 8 16:56:17 2013 (r255393, copy source) +++ head/etc/libmap32.conf Mon Sep 9 06:02:30 2013 (r255413) @@ -1,4 +1,2 @@ # $FreeBSD$ -/lib /lib32 -/usr/lib /usr/lib32 /usr/lib/private /usr/lib32/private