aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xen/busybox-sed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xen/busybox-sed.patch')
-rw-r--r--testing/xen/busybox-sed.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/xen/busybox-sed.patch b/testing/xen/busybox-sed.patch
deleted file mode 100644
index e1a9531577..0000000000
--- a/testing/xen/busybox-sed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./xen/arch/x86/boot/Makefile.orig
-+++ ./xen/arch/x86/boot/Makefile
-@@ -2,7 +2,7 @@
-
- head.o: reloc.S
-
--BOOT_TRAMPOLINE := $(shell sed -n 's,^\#define[[:space:]]\{1\,\}BOOT_TRAMPOLINE[[:space:]]\{1\,\},,p' $(BASEDIR)/include/asm-x86/config.h)
-+BOOT_TRAMPOLINE := $(shell sed -n 's,^\#define[[:space:]]\+BOOT_TRAMPOLINE[[:space:]]\+,,p' $(BASEDIR)/include/asm-x86/config.h)
- %.S: %.c
- RELOC=$(BOOT_TRAMPOLINE) $(MAKE) -f build32.mk $@
-