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] common/kernel.o contains changeset/compiler info.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] common/kernel.o contains changeset/compiler info.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 09 Sep 2005 16:26:11 +0000
Delivery-date: Fri, 09 Sep 2005 16:24:37 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 0c7379b702e5ee663b84705231e96d6800e0e93f
# Parent  a5e9a7fcade9c8e4cd2b16954984ee4f6a24fac0
common/kernel.o contains changeset/compiler info.
Blow away on every build.

diff -r a5e9a7fcade9 -r 0c7379b702e5 xen/common/Makefile
--- a/xen/common/Makefile       Fri Sep  9 16:17:17 2005
+++ b/xen/common/Makefile       Fri Sep  9 16:26:20 2005
@@ -19,3 +19,6 @@
 
 clean:
        rm -f *.o *~ core
+
+# Object file contains changeset and compiler information.
+kernel.o: $(BASEDIR)/include/xen/compile.h
diff -r a5e9a7fcade9 -r 0c7379b702e5 xen/drivers/char/Makefile
--- a/xen/drivers/char/Makefile Fri Sep  9 16:17:17 2005
+++ b/xen/drivers/char/Makefile Fri Sep  9 16:26:20 2005
@@ -8,4 +8,5 @@
 clean:
        rm -f *.o *~ core
 
+# Object file contains changeset and compiler information.
 console.o: $(BASEDIR)/include/xen/compile.h

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] common/kernel.o contains changeset/compiler info., Xen patchbot -unstable <=