]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
Work around old make's broken interpretation of `#' in $(warning ...)
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 9 Jan 2009 16:35:07 +0000 (16:35 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 9 Jan 2009 16:35:07 +0000 (16:35 +0000)
It seems unable to cope with it even like this
 $(warning "### something ###")
so we will change the ### to === instead and hope that works.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen-hooks.mak

index bc65bbe030e369b9fd8ef44d4666542cedb06201..ca0464ce49f6414e1f83f7f793f5460b688aa0c0 100644 (file)
@@ -52,8 +52,8 @@ ifdef CONFIG_STUBDOM
 CONFIG_PASSTHROUGH=1
 else
   ifeq (,$(wildcard /usr/include/pci))
-$(warning "### pciutils-dev package not found - missing /usr/include/pci")
-$(warning "### PCI passthrough capability has been disabled")
+$(warning === pciutils-dev package not found - missing /usr/include/pci)
+$(warning === PCI passthrough capability has been disabled)
   else
 CONFIG_PASSTHROUGH=1
   endif
@@ -63,7 +63,7 @@ ifdef CONFIG_PASSTHROUGH
 OBJS+= pass-through.o pt-msi.o
 LIBS += -lpci
 CFLAGS += -DCONFIG_PASSTHROUGH 
-$(info "### PCI passthrough capability has been enabled ###")
+$(info === PCI passthrough capability has been enabled ===)
 endif
 
 BAD_OBJS += gdbstub.o acpi.o apic.o