WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Remove bogus checked in file headers.chk,

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Remove bogus checked in file headers.chk, remove it on make clean, and
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Jun 2009 00:56:21 -0700
Delivery-date: Fri, 19 Jun 2009 01:07:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1245315388 -3600
# Node ID 82366af53828bc1e4c8a43fe5dc1d9522903017f
# Parent  44fe7ad6fee8229654875485ca57bb6f616045ab
Remove bogus checked in file headers.chk, remove it on make clean, and
add it to .hgignore file.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/include/headers.chk |   39 ---------------------------------------
 .hgignore               |    1 +
 xen/include/Makefile    |    2 +-
 3 files changed, 2 insertions(+), 40 deletions(-)

diff -r 44fe7ad6fee8 -r 82366af53828 .hgignore
--- a/.hgignore Thu Jun 18 09:47:49 2009 +0100
+++ b/.hgignore Thu Jun 18 09:56:28 2009 +0100
@@ -275,6 +275,7 @@
 ^xen/arch/x86/xen\.lds$
 ^xen/arch/x86/boot/reloc.S$
 ^xen/ddb/.*$
+^xen/include/headers\.chk$
 ^xen/include/asm$
 ^xen/include/asm-.*/asm-offsets\.h$
 ^xen/include/asm-ia64/asm-xsi-offsets\.h$
diff -r 44fe7ad6fee8 -r 82366af53828 xen/include/Makefile
--- a/xen/include/Makefile      Thu Jun 18 09:47:49 2009 +0100
+++ b/xen/include/Makefile      Thu Jun 18 09:56:28 2009 +0100
@@ -87,4 +87,4 @@ endif
 endif
 
 clean::
-       rm -rf compat
+       rm -rf compat headers.chk
diff -r 44fe7ad6fee8 -r 82366af53828 xen/include/headers.chk
--- a/xen/include/headers.chk   Thu Jun 18 09:47:49 2009 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-public/callback.h
-public/dom0_ops.h
-public/elfnote.h
-public/event_channel.h
-public/features.h
-public/grant_table.h
-public/kexec.h
-public/memory.h
-public/nmi.h
-public/physdev.h
-public/platform.h
-public/sched.h
-public/tmem.h
-public/trace.h
-public/vcpu.h
-public/version.h
-public/xencomm.h
-public/xen-compat.h
-public/xen.h
-public/xenoprof.h
-public/hvm/e820.h
-public/hvm/hvm_info_table.h
-public/hvm/hvm_op.h
-public/hvm/ioreq.h
-public/hvm/params.h
-public/io/blkif.h
-public/io/console.h
-public/io/fbif.h
-public/io/fsif.h
-public/io/kbdif.h
-public/io/netif.h
-public/io/pciif.h
-public/io/protocols.h
-public/io/ring.h
-public/io/tpmif.h
-public/io/usbif.h
-public/io/vscsiif.h
-public/io/xenbus.h
-public/io/xs_wire.h

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Remove bogus checked in file headers.chk, remove it on make clean, and, Xen patchbot-unstable <=