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] merge

ChangeSet 1.1382, 2005/03/28 22:51:31+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        merge



 Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


diff -Nru a/xen/Makefile b/xen/Makefile
--- a/xen/Makefile      2005-03-29 03:03:44 -05:00
+++ b/xen/Makefile      2005-03-29 03:03:44 -05:00
@@ -8,9 +8,9 @@
 
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
-export XEN_VERSION       = 2
+export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION  = ""
+export XEN_EXTRAVERSION  = "-devel"
 
 export BASEDIR          := $(CURDIR)
 
@@ -79,9 +79,9 @@
        @mv -f $@.new $@
 
 tools/figlet/figlet: tools/figlet/figlet.o
-       $(CC) -o $@ $<
+       $(HOSTCC) -o $@ $<
 tools/figlet/figlet.o: tools/figlet/figlet.c
-       $(CC) -o $@ -c $<
+       $(HOSTCC) -o $@ -c $<
 
 include/xen/banner.h: tools/figlet/figlet tools/figlet/xen.flf
        tools/figlet/figlet -d tools/figlet Xen 
$(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) > $@.new
@@ -110,7 +110,7 @@
        ( find include/asm-$(TARGET_ARCH) -name '*.h'; \
          find include -type d \( -name "asm-*" -o -name config \) -prune -o \
                -name '*.h' -print; \
-         find $(SUBDIRS) -name '*.[ch]' ) | grep -v /SCCS/ | etags -
+         find $(SUBDIRS) -name '*.[chS]' ) | grep -v /SCCS/ | etags -
 tags: 
        ( find include/asm-$(TARGET_ARCH) -name '*.h'; \
          find include -type d \( -name "asm-*" -o -name config \) -prune -o \

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

<Prev in Thread] Current Thread [Next in Thread>