Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2004 22:34:14 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63026 for review
Message-ID:  <200410112234.i9BMYE4X033174@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63026

Change 63026 by peter@peter_daintree on 2004/10/11 22:33:20

	IFC @63024 (oops, used wrong number last time)

Affected files ...

.. //depot/projects/hammer/lib/libarchive/Makefile#13 integrate
.. //depot/projects/hammer/lib/libkvm/kvm_proc.c#26 integrate
.. //depot/projects/hammer/tools/lib32/build32.sh#6 integrate

Differences ...

==== //depot/projects/hammer/lib/libarchive/Makefile#13 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/lib/libarchive/Makefile,v 1.22 2004/09/01 05:07:17 kientzle Exp $
+# $FreeBSD: src/lib/libarchive/Makefile,v 1.23 2004/10/11 22:04:05 obrien Exp $
 
 #
 # Use "make distfile" to build a conventional tar.gz archive
@@ -21,10 +21,6 @@
 WARNS?=	6
 .endif
 
-# I'm not yet ready for a shared version of this library, as
-# there are a couple of API changes still in the works.
-NOPIC=	1
-
 INCS=	archive.h archive_entry.h
 
 # Note: archive.h does need to be listed here, since it's built

==== //depot/projects/hammer/lib/libkvm/kvm_proc.c#26 (text+ko) ====

@@ -42,7 +42,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libkvm/kvm_proc.c,v 1.81 2004/10/06 17:10:56 jhb Exp $");
+__FBSDID("$FreeBSD: src/lib/libkvm/kvm_proc.c,v 1.82 2004/10/11 21:56:27 peter Exp $");
 
 /*
  * Proc traversal interface for kvm.  ps and w are (probably) the exclusive

==== //depot/projects/hammer/tools/lib32/build32.sh#6 (text+ko) ====

@@ -1,5 +1,5 @@
 #! /bin/sh
-# $FreeBSD: src/tools/lib32/build32.sh,v 1.6 2004/09/16 01:41:11 peter Exp $
+# $FreeBSD: src/tools/lib32/build32.sh,v 1.7 2004/10/11 22:14:47 peter Exp $
 #
 # 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.
@@ -66,3 +66,5 @@
 make -s -DNOMAN -DNODOC -DNOINFO -k depend
 make -s -DNOMAN -DNODOC -DNOINFO -k 
 make -s -DNOMAN -DNODOC -DNOINFO -k install
+
+chflags -R noschg $MAKEOBJDIRPREFIX



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410112234.i9BMYE4X033174>