OBS User unknown
2008-09-24 23:20:56 +00:00
committed by Git OBS Bridge
parent 997dde689d
commit b834258fb8
75 changed files with 5652 additions and 772 deletions

View File

@@ -1,7 +1,7 @@
Index: xen-3.3.0-testing/docs/Makefile
Index: xen-3.3.1-testing/docs/Makefile
===================================================================
--- xen-3.3.0-testing.orig/docs/Makefile
+++ xen-3.3.0-testing/docs/Makefile
--- xen-3.3.1-testing.orig/docs/Makefile
+++ xen-3.3.1-testing/docs/Makefile
@@ -90,7 +90,8 @@ install: all
$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
cp -dR man1 $(DESTDIR)$(MANDIR)
@@ -22,10 +22,10 @@ Index: xen-3.3.0-testing/docs/Makefile
+ ln -sf $*.html html.done/$*/index.html
+ rm -rf html/
+
Index: xen-3.3.0-testing/tools/examples/Makefile
Index: xen-3.3.1-testing/tools/examples/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/examples/Makefile
+++ xen-3.3.0-testing/tools/examples/Makefile
--- xen-3.3.1-testing.orig/tools/examples/Makefile
+++ xen-3.3.1-testing/tools/examples/Makefile
@@ -47,18 +47,6 @@ XEN_HOTPLUG_SCRIPTS = xen-backend.agent
UDEV_RULES_DIR = /etc/udev
UDEV_RULES = xen-backend.rules
@@ -77,10 +77,10 @@ Index: xen-3.3.0-testing/tools/examples/Makefile
done
.PHONY: clean
Index: xen-3.3.0-testing/tools/security/Makefile
Index: xen-3.3.1-testing/tools/security/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/security/Makefile
+++ xen-3.3.0-testing/tools/security/Makefile
--- xen-3.3.1-testing.orig/tools/security/Makefile
+++ xen-3.3.1-testing/tools/security/Makefile
@@ -64,9 +64,9 @@ install: all $(ACM_CONFIG_FILE)
$(INSTALL_DIR) $(DESTDIR)$(ACM_SECGEN_CGIDIR)
$(INSTALL_PROG) $(ACM_INST_CGI) $(DESTDIR)$(ACM_SECGEN_CGIDIR)
@@ -93,10 +93,10 @@ Index: xen-3.3.0-testing/tools/security/Makefile
endif
else
.PHONY: all
Index: xen-3.3.0-testing/tools/pygrub/Makefile
Index: xen-3.3.1-testing/tools/pygrub/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/pygrub/Makefile
+++ xen-3.3.0-testing/tools/pygrub/Makefile
--- xen-3.3.1-testing.orig/tools/pygrub/Makefile
+++ xen-3.3.1-testing/tools/pygrub/Makefile
@@ -16,7 +16,7 @@ install: all
$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
else
@@ -106,10 +106,10 @@ Index: xen-3.3.0-testing/tools/pygrub/Makefile
$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
endif
Index: xen-3.3.0-testing/tools/python/Makefile
Index: xen-3.3.1-testing/tools/python/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/python/Makefile
+++ xen-3.3.0-testing/tools/python/Makefile
--- xen-3.3.1-testing.orig/tools/python/Makefile
+++ xen-3.3.1-testing/tools/python/Makefile
@@ -80,7 +80,7 @@ install: install-messages install-dtd
CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" --force --install-lib="$(DESTDIR)$(LIBPATH)/python"
else
@@ -119,10 +119,10 @@ Index: xen-3.3.0-testing/tools/python/Makefile
endif
install-dtd: all
Index: xen-3.3.0-testing/tools/xenstore/Makefile
Index: xen-3.3.1-testing/tools/xenstore/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/xenstore/Makefile
+++ xen-3.3.0-testing/tools/xenstore/Makefile
--- xen-3.3.1-testing.orig/tools/xenstore/Makefile
+++ xen-3.3.1-testing/tools/xenstore/Makefile
@@ -14,6 +14,7 @@ DEP = .*.d
CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
@@ -177,10 +177,10 @@ Index: xen-3.3.0-testing/tools/xenstore/Makefile
$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
$(INSTALL_PROG) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
ln -sf libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenstore.so.$(MAJOR)
Index: xen-3.3.0-testing/tools/misc/Makefile
Index: xen-3.3.1-testing/tools/misc/Makefile
===================================================================
--- xen-3.3.0-testing.orig/tools/misc/Makefile
+++ xen-3.3.0-testing/tools/misc/Makefile
--- xen-3.3.1-testing.orig/tools/misc/Makefile
+++ xen-3.3.1-testing/tools/misc/Makefile
@@ -19,7 +19,7 @@ SUBDIRS-$(CONFIG_MINITERM) += miniterm
SUBDIRS := $(SUBDIRS-y)