PERFORCE change 49423 for review

Peter Wemm peter at FreeBSD.org
Sat Mar 20 18:08:58 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=49423

Change 49423 by peter at 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


More information about the p4-projects mailing list