[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [IA64] Recompile asm-offsets.h at correct time



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 6503da07557dc4591a5fa9ea0fe0a420f79d8f42
# Parent  3ff676ec59f2ad942077f617ab023f37cb806672
[IA64] Recompile asm-offsets.h at correct time

Recompile asm-offsets.h when header files are changed. Currently it's not
recompiled even when important strutures changes after "hg pull" and thus
make interface mismatch between xen and xenlinux. I've encountered several
times after boring debug to find the reason.

Signed-off-by: Kevin Tian <kevin.tian@xxxxxxxxx>

diff -r 3ff676ec59f2 -r 6503da07557d xen/arch/ia64/Makefile
--- a/xen/arch/ia64/Makefile    Thu Mar 23 14:14:20 2006 -0700
+++ b/xen/arch/ia64/Makefile    Fri Mar 24 10:20:25 2006 -0700
@@ -25,8 +25,7 @@ include $(BASEDIR)/Post.mk
        $(NM) -n $(TARGET)-syms | grep -v '\( [aUw] \)\|\(__crc_\)\|\( 
\$[adt]\)'\
                 > $(BASEDIR)/System.map
 
-
-asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp 
$(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
+asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp 
$(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h $(HDRS)
        $(CC) $(CFLAGS) -S -o $@ $<
 
 asm-xsi-offsets.s: asm-xsi-offsets.c 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.