Date: Sat, 20 Mar 2004 18:08:57 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 49423 for review Message-ID: <200403210208.i2L28vFx009722@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=49423 Change 49423 by peter@peter_overcee on 2004/03/20 18:08:14 move lib32 from mtree (where it affects all platforms) to the hack build script Affected files ... .. //depot/projects/hammer/build32.sh#5 edit .. //depot/projects/hammer/etc/mtree/BSD.local.dist#16 edit .. //depot/projects/hammer/etc/mtree/BSD.root.dist#7 edit .. //depot/projects/hammer/etc/mtree/BSD.usr.dist#20 edit .. //depot/projects/hammer/etc/mtree/BSD.x11-4.dist#6 edit .. //depot/projects/hammer/etc/mtree/BSD.x11.dist#3 edit Differences ... ==== //depot/projects/hammer/build32.sh#5 (text+kox) ==== @@ -1,5 +1,5 @@ #! /bin/sh -# $P4: //depot/projects/hammer/build32.sh#4 $ +# $P4: //depot/projects/hammer/build32.sh#5 $ # # This script is for running on a self-hosted amd64 machine, with an up-to-date # world and toolchain etc. ie: the installed world is assumed to match the sources. @@ -11,6 +11,11 @@ # XXX installation of includes. ie: it will re-install some files in # XXX /usr/include for you. +mkdir /lib32 +mkdir /usr/lib32 +mkdir /usr/local/lib32 +mkdir /usr/X11R6/lib32 + # Set up an obj tree chflags -R noschg /tmp/i386 rm -rf /tmp/i386 ==== //depot/projects/hammer/etc/mtree/BSD.local.dist#16 (text+ko) ==== @@ -19,8 +19,6 @@ .. lib .. - lib32 - .. libdata .. libexec ==== //depot/projects/hammer/etc/mtree/BSD.root.dist#7 (text+ko) ==== @@ -63,8 +63,6 @@ .. lib .. - lib32 - .. libexec .. mnt ==== //depot/projects/hammer/etc/mtree/BSD.usr.dist#20 (text+ko) ==== @@ -19,8 +19,6 @@ .. .. .. - lib32 - .. libdata doscmd fonts ==== //depot/projects/hammer/etc/mtree/BSD.x11-4.dist#6 (text+ko) ==== @@ -347,8 +347,6 @@ .. .. .. - lib32 - .. libdata pkgconfig .. ==== //depot/projects/hammer/etc/mtree/BSD.x11.dist#3 (text+ko) ==== @@ -191,8 +191,6 @@ modules .. .. - lib32 - .. libdata .. libexec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403210208.i2L28vFx009722>