Date: Mon, 9 Sep 2013 06:02:30 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255413 - in head/etc: . etc.amd64 Message-ID: <201309090602.r8962UIc080584@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309090602.r8962UIc080584>