[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] common/kernel.o contains changeset/compiler info.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |