[Pkg-xen-changes] r422 - trunk/xen-3/debian/patches
Bastian Blank
waldi at alioth.debian.org
Thu Aug 2 15:50:18 UTC 2007
Author: waldi
Date: Thu Aug 2 15:50:18 2007
New Revision: 422
Log:
* debian/patches/series: Update.
* debian/patches/disable-features.diff: Add.
Added:
trunk/xen-3/debian/patches/disable-features.diff
Modified:
trunk/xen-3/debian/patches/series
Added: trunk/xen-3/debian/patches/disable-features.diff
==============================================================================
--- (empty file)
+++ trunk/xen-3/debian/patches/disable-features.diff Thu Aug 2 15:50:18 2007
@@ -0,0 +1,25 @@
+--- xen-3.orig/tools/misc/Makefile
++++ xen-3/tools/misc/Makefile
+@@ -20,22 +20,15 @@
+
+ .PHONY: build
+ build: $(TARGETS)
+- $(MAKE) -C miniterm
+- $(MAKE) -C lomount
+
+ .PHONY: install
+ install: build
+ $(INSTALL_DIR) $(DESTDIR)/usr/$(BINDIR)
+ $(INSTALL_PROG) $(INSTALL_TARGETS) $(DESTDIR)/usr/$(BINDIR)
+- $(MAKE) -C lomount install
+-# No sense in installing miniterm on the Xen box.
+-# $(MAKE) -C miniterm install
+
+ .PHONY: clean
+ clean:
+ $(RM) *.o $(TARGETS) *~
+- $(MAKE) -C miniterm clean
+- $(MAKE) -C lomount clean
+
+ %.o: %.c $(HDRS) Makefile
+ $(CC) -c $(CFLAGS) -o $@ $<
Modified: trunk/xen-3/debian/patches/series
==============================================================================
--- trunk/xen-3/debian/patches/series (original)
+++ trunk/xen-3/debian/patches/series Thu Aug 2 15:50:18 2007
@@ -10,3 +10,4 @@
tools-ioemu-config.diff
tools-pygrub-prefix.diff
tools-libfsimage-prefix.diff
+disable-features.diff
More information about the Pkg-xen-changes
mailing list